// d3dkmdt.h
typedef enum _DXGK_DISPLAY_DESCRIPTOR_TYPE {
DXGK_DDT_INVALID,
DXGK_DDT_EDID,
DXGK_DDT_DISPLAYID
} DXGK_DISPLAY_DESCRIPTOR_TYPE, *PDXGK_DISPLAY_DESCRIPTOR_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Enum used to express the display descriptor type.
DXGK_DDT_INVALIDInvalid display descriptor type.
DXGK_DDT_EDIDA VESA EDID descriptor.
DXGK_DDT_DISPLAYIDDisplay id type. Starting in WDDM 2.5.