D_UTSCM

SUMMARY
d_utscm(cts[,dbn])
int SET;
ULONG *cts;
int dbn;

ARGUMENTS

SET Set type for which the current member's timestamp is to be
read.

cts Pointer to ULONG (unsigned long) variable to contain timestamp.

dbn (optional) The number of the database containing the record.

DESCRIPTION
This function reads the update timestamp fromf the current member of SET.


CURRENCY CHANGES
None.

RETURN CODES

6 S_DELETED Record has been deleted since last accessed.

-2 S_INVSET Invalid set type. Probably passed a record or field
type instead of set type.

-9 S_NOCM The current member is null.

-41 S_TIMESTAMP The current record record type is not timestamped.


EXAMPLE

ULONG cmuts; /*current members's update timestamp */
/* get update timestamp of info record */
d_utscm(&cmcts);