DXGK_MONITOR_INTERFACE_VERSION enumeration (d3dkmddi.h)
The DXGK_MONITOR_INTERFACE_VERSION enumeration indicates a particular version of the Monitor interface.
Syntax
typedef enum _DXGK_MONITOR_INTERFACE_VERSION {
DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED,
DXGK_MONITOR_INTERFACE_VERSION_V1,
DXGK_MONITOR_INTERFACE_VERSION_V2
} DXGK_MONITOR_INTERFACE_VERSION;
Constants
Name | Description |
---|---|
DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED | Indicates that a variable of type DXGK_MONITOR_INTERFACE_VERSION has not yet been assigned a meaningful value. |
DXGK_MONITOR_INTERFACE_VERSION_V1 | Indicates version 1, available in Windows Vista and later versions of the Windows operating systems. |
DXGK_MONITOR_INTERFACE_VERSION_V2 | Indicates version 2, available in Windows 7 and later versions of the Windows operating systems. |
Remarks
The Version member of the DXGK_MONITOR_INTERFACE structure is a value from the DXGK_MONITOR_INTERFACE_VERSION enumeration.
Requirements
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dkmddi.h (include D3dkmddi.h) |