Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |