// d3dkmdt.h
typedef enum _D3DKMDT_MONITOR_DESCRIPTOR_TYPE {
D3DKMDT_MDT_UNINITIALIZED,
D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK,
D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP,
D3DKMDT_MDT_OTHER
} D3DKMDT_MONITOR_DESCRIPTOR_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration is used to indicate a particular type of monitor descriptor.
D3DKMDT_MDT_UNINITIALIZEDIndicates that a variable of type D3DKMDT_MONITOR_DESCRIPTOR_TYPE has not yet been assigned a meaningful value.
D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCKIndicates that the descriptor is an Extended Display Identification Data (EDID) base block.
D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAPIndicates that the descriptor is an EDID block map.
D3DKMDT_MDT_OTHERIndicates that the descriptor has a type other than those indicated by the previous values of this enumeration.