D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration (d3dkmdt.h)

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

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h