次の方法で共有


INTERACTION_CONTEXT_OUTPUT_CALLBACK コールバック関数 (interactioncontext.h)

Interaction Context オブジェクトからイベントを受信するコールバック。

構文

INTERACTION_CONTEXT_OUTPUT_CALLBACK InteractionContextOutputCallback;

void InteractionContextOutputCallback(
  [in, optional] void *clientData,
  [in]           const INTERACTION_CONTEXT_OUTPUT *output
)
{...}

パラメーター

[in, optional] clientData

クライアントに関する情報を含む オブジェクトへのポインター。 値は通常、メンバー関数が呼び出されるオブジェクトを指します。

[in] output

相互作用コンテキスト オブジェクトの出力。

戻り値

なし

必要条件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー interactioncontext.h

関連項目

INTERACTION_CONTEXT_OUTPUT

相互作用コンテキスト リファレンス

RegisterOutputCallbackInteractionContext