D3DKMDT_MONITOR_DESCRIPTOR_TYPE - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-_d3dkmdt_monitor_descriptor_type)

_D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration

Description

The D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration is used to indicate a particular type of monitor descriptor.

Constants

D3DKMDT_MDT_UNINITIALIZED

Indicates that a variable of type D3DKMDT_MONITOR_DESCRIPTOR_TYPE has not yet been assigned a meaningful value.

D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK

Indicates that the descriptor is an Extended Display Identification Data (EDID) base block.

D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP

Indicates that the descriptor is an EDID block map.

D3DKMDT_MDT_OTHER

Indicates that the descriptor has a type other than those indicated by the previous values of this enumeration.