Function : ID Table

IDTableTime - Returns the TIMEDATE structure that is stored in an ID Table.
----------------------------------------------------------------------------------------------------------

#include <idtable.h>

TIMEDATE LNPUBLIC IDTableTime(
void far *pIDTable
);

Description :

This function returns the TIMEDATE structure that is stored in an ID Table. This storage is reserved for the caller usage and can be used to date an ID Table for later comparison with other versions of the same ID Table.

Parameters :

Sample Usage :

idtable_td = IDTableTime(idtable_ptr);

See Also :

IDTableFlags
----------------------------------------------------------------------------------------------------------