Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.34 KB

ne-d3dkmddi-_dxgk_monitor_interface_version.md

File metadata and controls

67 lines (55 loc) · 2.34 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NE:d3dkmddi._DXGK_MONITOR_INTERFACE_VERSION
DXGK_MONITOR_INTERFACE_VERSION (d3dkmddi.h)
Learn more about the DXGK_MONITOR_INTERFACE_VERSION enumeration.
06/09/2023
DXGK_MONITOR_INTERFACE_VERSION enumeration
DXGK_MONITOR_INTERFACE_VERSION, DXGK_MONITOR_INTERFACE_VERSION enumeration [Display Devices], DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED, DXGK_MONITOR_INTERFACE_VERSION_V1, DXGK_MONITOR_INTERFACE_VERSION_V2, DmEnums_4ec3a10c-c04f-431b-851d-908a5ff972a1.xml, _DXGK_MONITOR_INTERFACE_VERSION, d3dkmddi/DXGK_MONITOR_INTERFACE_VERSION, d3dkmddi/DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED, d3dkmddi/DXGK_MONITOR_INTERFACE_VERSION_V1, d3dkmddi/DXGK_MONITOR_INTERFACE_VERSION_V2, display.dxgk_monitor_interface_version
d3dkmddi.h
D3dkmddi.h
Windows
Windows Vista
Windows
display
DXGK_MONITOR_INTERFACE_VERSION
_DXGK_MONITOR_INTERFACE_VERSION
d3dkmddi/_DXGK_MONITOR_INTERFACE_VERSION
DXGK_MONITOR_INTERFACE_VERSION
d3dkmddi/DXGK_MONITOR_INTERFACE_VERSION
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGK_MONITOR_INTERFACE_VERSION
DXGK_MONITOR_INTERFACE_VERSION

DXGK_MONITOR_INTERFACE_VERSION enumeration

-description

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

-enum-fields

-field DXGK_MONITOR_INTERFACE_VERSION_UNINITIALIZED:0

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

-field DXGK_MONITOR_INTERFACE_VERSION_V1:1

Indicates version 1, available in Windows Vista.

-field 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.