Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |