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.
The LUID structure stores the video port identifier. This structure is stored in the PortId member of the KSJACK_SINK_INFORMATION structure.
Syntax
typedef struct _LUID {
DWORD LowPart;
LONG HighPart;
} LUID, *PLUID;
Members
LowPart
LowPart of the video port identifier.
HighPart
HighPart of the video port identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | devicetopology.h |