D_CTSCO
SUMMARY
d_ctsco(SET,cts[,dbn])
int SET;
ULONG *cts;
int dbn;
ARGUMENTS
SET Set type for which the current owner'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 creation timestamp of the current owner of SET.
CURRENCY CHANGES
None.
RETURN CODES
-2 S_INVSET Invalid set type. Probably passed a record or
field type instead of a set type.
6 S_DELETED Record has been deleted since last accessed.
-8 S_NOCO The current owner is null.
-41 S_TIMESTAMP The current owner record type is not timestamped.
EXAMPLE
ULONG cmcts; /*current owner's creation timestamp */
/* get creation timestamp of author record */
d_ctsco(HAS_PUBLISHED,&cmcts);