LUID structure (windows.devices.display.core.interop.h)
Describes a local identifier for an adapter.
Syntax
typedef struct __LUID {
DWORD LowPart;
LONG HighPart;
} LUID, *PLUID;
Members
LowPart
Specifies a DWORD that contains the unsigned lower numbers of the id.
HighPart
Specifies a LONG that contains the signed high numbers of the id.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | windows.devices.display.core.interop.h |