Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |