| Platform SDK: Logon Authentication |
SECURITY_INTEGER is a defined type that holds a numeric value. It is used in defining other types.
typedef struct _SECURITY_INTEGER {
unsigned long LowPart;
long HighPart;
} SECURITY_INTEGER;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Sspi.h; include Security.h.