LUID structure (igpupvdev.h)
The locally unique identifier (LUID) is a 64-bit value guaranteed to be unique only on the system on which it was generated. The uniqueness of an LUID is guaranteed only until the system is restarted.
An LUID is not for direct manipulation. Drivers must use support routines and structures to manipulate LUID values.
Syntax
typedef struct _LUID {
DWORD LowPart;
LONG HighPart;
} LUID, *PLUID;
Members
LowPart
Low order bits.
HighPart
High order bits.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows Vista. |
Header | igpupvdev.h (include Fwptypes.h, Fwpsk.h) |