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_ctscr http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_CTSCR

SUMMARY
   d_ctscr(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 creation timestamp of 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 cmcts;  /*current record's creation timestamp */
    /* get creation timestamp of info record */
    d_ctscr(&cmcts);

See Also: d_ctsco d_ctscm d_utsco d_utscr d_utscs

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