removePointerInteractionContext 函数 (interactioncontext.h)
从 交互上下文 对象处理的指针集中删除指定的指针。
语法
HRESULT RemovePointerInteractionContext(
[in] HINTERACTIONCONTEXT interactionContext,
[in] UINT32 pointerId
);
parameters
[in] interactionContext
交互上下文对象的句柄。
[in] pointerId
指针的 ID。
返回值
如果此函数成功,则返回S_OK。
否则,它将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | interactioncontext.h |
Library | Ninput.lib |
DLL | Ninput.dll |