DXGK_INTEGRATED_DISPLAY_CHILD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgk_integrated_display_child)

DXGK_INTEGRATED_DISPLAY_CHILD structure

Description

The DXGK_INTEGRATED_DISPLAY_CHILD structure provides information about the connected integrated display.

Members

InterfaceTechnology

Provides 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:

DescriptorLength

The size in bytes of the descriptor in the Descriptor field of the DXGK_QUERYINTEGRATEDDISPLAYOUT structure.

See also

DXGK_CHILD_CAPABILITIES

DXGK_QUERYINTEGRATEDDISPLAYOUT