共用方式為


AddPointerInteractionContext 函式 (interactioncontext.h)

Interaction Context 物件所處理的指標集合中包含指定的指標。

語法

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

參數

[in] interactionContext

Interaction Context 物件的句柄。

[in] pointerId

指標的標識碼。

傳回值

如果此函式成功,則會傳回S_OK。

否則,它會傳回 HRESULT 錯誤碼。

言論

在 setPropertyInteractionContext 函式 中設定INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS,以開啟指標篩選。

要求

要求 價值
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
支援的最低伺服器 不支援
目標平臺 窗戶
標頭 interactioncontext.h
連結庫 Ninput.lib
DLL Ninput.dll

另請參閱

GetPropertyInteractionContext 函式

RemovePointerInteractionContext 函式

SetPropertyInteractionContext 函式