共用方式為


SetPropertyInteractionContext 函式 (interactioncontext.h)

設定 互動內容 物件屬性。

語法

HRESULT SetPropertyInteractionContext(
  [in] HINTERACTIONCONTEXT          interactionContext,
  [in] INTERACTION_CONTEXT_PROPERTY contextProperty,
  [in] UINT32                       value
);

參數

[in] interactionContext

Interaction Context 物件的句柄。

[in] contextProperty

列舉 INTERACTION_CONTEXT_PROPERTY 所識別的其中一個常數

[in] value

contextProperty 所識別之常數的值。

傳回值

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

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

要求

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

另請參閱

AddPointerInteractionContext 函式

GetPropertyInteractionContext 函式