D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration
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 = 0, D3DKMDT_MDT_VESA_EDID_V1_BASEBLOCK = 1, D3DKMDT_MDT_VESA_EDID_V1_BLOCKMAP = 2, D3DKMDT_MDT_OTHER = 255 } 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
|
Version | Available in Windows Vista and later versions of the Windows operating systems. |
|---|---|
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/29/2012
