DXGK_QUERYINTEGRATEDDISPLAYOUT structure (d3dkmddi.h)
The DXGK_QUERYINTEGRATEDDISPLAYOUT structure is used to output queried information for an integrated display.
Syntax
typedef struct _DXGK_QUERYINTEGRATEDDISPLAYOUT {
DXGK_INTEGRATEDDISPLAYFLAGS Flags;
D3DKMDT_VIDEO_SIGNAL_INFO NativeTiming;
DXGK_MONITORLINKINFO_CAPABILITIES LinkCapabilities;
DXGK_COLORIMETRY Colorimetry;
DXGK_DISPLAY_TECHNOLOGY DisplayTechnology;
DXGK_DISPLAY_USAGE IntendedUsage;
BYTE Instance;
DXGK_DISPLAY_DESCRIPTOR_TYPE DescriptorType;
BYTE Descriptor[1];
} DXGK_QUERYINTEGRATEDDISPLAYOUT, *PDXGK_QUERYINTEGRATEDDISPLAYOUT;
Members
Flags
A DXGK_INTEGRATEDDISPLAYFLAGS structure that contains flags describing properties of the integrated display.
NativeTiming
A D3DKMDT_VIDEO_SIGNAL_INFO structure that contains information about a video signal driven by a video output on a display adapter.
LinkCapabilities
A DXGK_MONITORLINKINFO_CAPABILITIES structure with flags that describe capabilities for driving the monitor.
Colorimetry
A DXGK_COLORIMETRY enumeration that indicates the colorimetry support of the display.
DisplayTechnology
A DXGK_DISPLAY_TECHNOLOGY enumeration that describes the technology used by the display.
IntendedUsage
A DXGK_DISPLAY_USAGE enumeration that specifies the intended usage of the display.
Instance
A BYTE value that uniquely identifies the instance of the integrated display being queried.
DescriptorType
A DXGK_DISPLAY_DESCRIPTOR_TYPE enumeration that specifies the display descriptor type in Descriptor.
Descriptor[1]
A BYTE array that contains the descriptor data. The type and format of this data depend on the DescriptorType.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |