Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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)

See also

RtlConvertLongToLuid

RtlConvertUlongToLuid

RtlEqualLuid

RtlIsZeroLuid


Feedback

Was this page helpful?

Additional resources