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 = 0,
  DXGK_MONITOR_INTERFACE_VERSION_V1 = 1,
  DXGK_MONITOR_INTERFACE_VERSION_V2 = 2
} DXGK_MONITOR_INTERFACE_VERSION;

Constants

 
DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED
Value: 0
Indicates that a variable of type DXGK_MONITOR_INTERFACE_VERSION has not yet been assigned a meaningful value.
DXGK_MONITOR_INTERFACE_VERSION_V1
Value: 1
Indicates version 1, available in Windows Vista.
DXGK_MONITOR_INTERFACE_VERSION_V2
Value: 2
Indicates version 2, available starting in Windows 7.

Remarks

The Version member of the DXGK_MONITOR_INTERFACE structure is a value from the DXGK_MONITOR_INTERFACE_VERSION enumeration.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)