// d3dkmddi.h
typedef struct _DXGK_QUERYDISPLAYIDOUT {
UINT Length;
BYTE *pDescriptor;
} DXGK_QUERYDISPLAYIDOUT;
View the official Windows Driver Kit DDI referenceNo description available.
Used to query a display ID.
LengthThe length of the Display ID.
pDescriptorA pointer to the descriptor of the ID.