GetInteractionConfigurationInteractionContext 関数 (interactioncontext.h)
相互作用コンテキスト オブジェクトの相互作用構成状態を取得します。
構文
HRESULT GetInteractionConfigurationInteractionContext(
[in] HINTERACTIONCONTEXT interactionContext,
[in] UINT32 configurationCount,
[out] INTERACTION_CONTEXT_CONFIGURATION *configuration
);
パラメーター
[in] interactionContext
相互作用コンテキストのハンドルへのポインター。
[in] configurationCount
操作構成の数。
[out] configuration
この 相互作用コンテキスト オブジェクトに対して有効な相互作用。
戻り値
この関数が成功すると、S_OKが返されます。
成功しなかった場合は、HRESULT エラー コードを返します。
要件
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | interactioncontext.h |
Library | Ninput.lib |
[DLL] | Ninput.dll |