Platform SDK: Logon Authentication |
A TimeStamp time defined type holds information on time validity of security tokens. The type declarations for TimeStamp and PTimeStamp differ between the Microsoft® Win32® system and older Win16 or MS-DOS systems.
// For Win32 systems: typedef SECURITY_INTEGER TimeStamp, * PTimeStamp; // For Win16 and MS-DOS systems typedef unsigned long TimeStamp, __far * PTimeStamp;