Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For more information on the LUID structure, see https://msdn.microsoft.com/library/en-us/secauthz/security/luid.asp.
typedef struct _LUID {
ULONG LowPart;
LONG HighPart;
} LUID,
*PLUID;
Members
LowPart
HighPart