LUID

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