D_UTSCR

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

ARGUMENTS

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 from the current record of SET.


CURRENCY CHANGES
None.

RETURN CODES

6 S_DELETED Record has been deleted since last accessed.

-7 S_NOCR The current record is null.

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


EXAMPLE

ULONG cruts; /*current record's update timestamp */
/* get update timestamp of info record */
d_utscr(&cruts);