LUID structure (ntdef.h)
The LUID structure is an opaque structure that specifies an identifier that is guaranteed to be unique on the local machine. For more information, see the reference page for LUID in the Microsoft Windows SDK documentation.
Syntax
typedef struct _LUID {
ULONG LowPart;
LONG HighPart;
} LUID, *PLUID;
Members
LowPart
HighPart
Requirements
Requirement | Value |
---|---|
Header | ntdef.h (include Wdm.h, Ntddk.h, Ntifs.h) |