Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 3.26 KB

ne-d3dkmddi-_dxgk_recommendfunctionalvidpn_reason.md

File metadata and controls

78 lines (60 loc) · 3.26 KB
UID title description old-location 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_RECOMMENDFUNCTIONALVIDPN_REASON
_DXGK_RECOMMENDFUNCTIONALVIDPN_REASON (d3dkmddi.h)
The DXGK_RECOMMENDFUNCTIONALVIDPN_REASON enumeration indicates the reason for calling the display miniport driver's DxgkDdiRecommendFunctionalVidPn function.
display\dxgk_recommendfunctionalvidpn_reason.htm
05/10/2018
DXGK_RECOMMENDFUNCTIONALVIDPN_REASON enumeration
DXGK_RECOMMENDFUNCTIONALVIDPN_REASON, DXGK_RECOMMENDFUNCTIONALVIDPN_REASON enumeration [Display Devices], DXGK_RFVR_FIRMWARE, DXGK_RFVR_HOTKEY, DXGK_RFVR_UNINITIALIZED, DXGK_RFVR_USERMODE, DmEnums_bb915c39-0ecd-4b15-8030-6a144173dc90.xml, _DXGK_RECOMMENDFUNCTIONALVIDPN_REASON, d3dkmddi/DXGK_RECOMMENDFUNCTIONALVIDPN_REASON, d3dkmddi/DXGK_RFVR_FIRMWARE, d3dkmddi/DXGK_RFVR_HOTKEY, d3dkmddi/DXGK_RFVR_UNINITIALIZED, d3dkmddi/DXGK_RFVR_USERMODE, display.dxgk_recommendfunctionalvidpn_reason
d3dkmddi.h
D3dkmddi.h
Windows
Windows Vista
Windows
display
DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
_DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
d3dkmddi/_DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
d3dkmddi/DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGK_RECOMMENDFUNCTIONALVIDPN_REASON
DXGK_RECOMMENDFUNCTIONALVIDPN_REASON

_DXGK_RECOMMENDFUNCTIONALVIDPN_REASON enumeration

-description

The DXGK_RECOMMENDFUNCTIONALVIDPN_REASON enumeration indicates the reason for calling the display miniport driver's DxgkDdiRecommendFunctionalVidPn function.

-enum-fields

-field DXGK_RFVR_UNINITIALIZED

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

-field DXGK_RFVR_HOTKEY

Indicates that the VidPN manager is calling DxgkDdiRecommendFunctionalVidPn because the user pressed a hot key to request a change in the way the desktop is displayed on a collection of monitors (or other display devices).

-field DXGK_RFVR_USERMODE

Indicates that a user-mode application initiated a call to DxgkDdiRecommendFunctionalVidPn.

-field DXGK_RFVR_FIRMWARE

Value indicating that the OS is requesting the driver to describe a functional VidPn which reflects the display topology and timings which are currently set, as inherited from firmware during boot or resume from hibernation.

-remarks

The RequestReason member of the DXGKARG_RECOMMENDFUNCTIONALVIDPN structure is a DXGK_RECOMMENDFUNCTIONALVIDPN_REASON value.

-see-also

DxgkDdiRecommendFunctionalVidPn