Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.41 KB

nf-interactioncontext-getmousewheelparameterinteractioncontext.md

File metadata and controls

76 lines (61 loc) · 2.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:interactioncontext.GetMouseWheelParameterInteractionContext
GetMouseWheelParameterInteractionContext function (interactioncontext.h)
Gets the mouse wheel state for the Interaction Context object.
GetMouseWheelParameterInteractionContext
GetMouseWheelParameterInteractionContext function
input_intcontext.getmousewheelparameterinteractioncontext
interactioncontext.getmousewheelparameterinteractioncontext
interactioncontext/GetMouseWheelParameterInteractionContext
input_intcontext\getmousewheelparameterinteractioncontext.htm
input_intcontext
2edb742d-a5a1-4c3b-bc0f-c119a2f1c221
12/05/2018
GetMouseWheelParameterInteractionContext, GetMouseWheelParameterInteractionContext function, input_intcontext.getmousewheelparameterinteractioncontext, interactioncontext.getmousewheelparameterinteractioncontext, interactioncontext/GetMouseWheelParameterInteractionContext
interactioncontext.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Ninput.lib
Ninput.dll
Windows
19H1
GetMouseWheelParameterInteractionContext
interactioncontext/GetMouseWheelParameterInteractionContext
c++
APIRef
kbSyntax
DllExport
ninput.dll
GetMouseWheelParameterInteractionContext

GetMouseWheelParameterInteractionContext function

-description

Gets the mouse wheel state for the Interaction Context object.

-parameters

-param interactionContext [in]

Pointer to a handle for the Interaction Context.

-param value [out]

The value of parameter.

-param parameter [in]

One of the constants from MOUSE_WHEEL_PARAMETER enumeration.

-returns

If this function succeeds, it returns S_OK.

Otherwise, it returns an HRESULT error code.

-see-also

SetMouseWheelParameterInteractionContext function