// dispmprt.h
typedef struct _DXGK_INTEGRATED_DISPLAY_CHILD {
D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY InterfaceTechnology;
USHORT DescriptorLength;
} DXGK_INTEGRATED_DISPLAY_CHILD, *PDXGK_INTEGRATED_DISPLAY_CHILD;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_INTEGRATED_DISPLAY_CHILD structure provides information about the connected integrated display.
InterfaceTechnologyProvides the type of connection used for the integrated display. Typically, InterfaceTechnology would be one of the inherently internal display types:
However, since it's common to use external connector types to connect integrated displays in larger form factor systems with a built-in display such as all-in-one systems, the following digital connection types are also allowed:
DescriptorLengthThe size in bytes of the descriptor in the Descriptor field of the DXGK_QUERYINTEGRATEDDISPLAYOUT structure.
DXGK_QUERYINTEGRATEDDISPLAYOUT