Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RemovePointerInteractionContext function (interactioncontext.h)

Remove the specified pointer from the set of pointers processed by the Interaction Context object.

Syntax

HRESULT RemovePointerInteractionContext(
 [in] HINTERACTIONCONTEXT interactionContext,
 [in] UINT32 pointerId
);

Parameters

[in] interactionContext

Handle to the Interaction Context object.

[in] pointerId

ID of the pointer.

Return value

If this function succeeds, it returns S_OK.

Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header interactioncontext.h
Library Ninput.lib
DLL Ninput.dll

See also

AddPointerInteractionContext function


Feedback

Was this page helpful?

Additional resources