Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- db_VISTA III - d_utscs http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_UTSCS

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

ARGUMENTS
   SET         Set type for which the 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 for SET from the current owner
    of SET. This is to be distinguished from function d_utsco which reads the
    update timestamp for the record type of the current owner 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 a set type.

  -8     S_NOCO         The current owner is null.

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


EXAMPLE

    ULONG csuts;  /*current set update  timestamp */
    /* get update timestamp of has_published set */
    d_utscs(HAS_PUBLISHED,&csuts);

See Also: d_ctscm d_ctsco d_utscr d_utscm d_utsco

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson