DXGK_MONITOR_INTERFACE_VERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_monitor_interface_version)

DXGK_MONITOR_INTERFACE_VERSION enumeration

Description

The DXGK_MONITOR_INTERFACE_VERSION enumeration indicates a particular version of the monitor interface.

Constants

DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED:0

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

DXGK_MONITOR_INTERFACE_VERSION_V1:1

Indicates version 1, available in Windows Vista.

DXGK_MONITOR_INTERFACE_VERSION_V2: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.