次の方法で共有


IAgentNotifySink::RequestComplete

[Microsoft エージェントは Windows 7 の時点で非推奨となり、以降のバージョンの Windows では使用できない場合があります。]

HRESULT RequestComplete(
   long dwRequestID,  // request ID
   long hrStatus      // status code
);                          

要求が完了したときにクライアント アプリケーションに通知します。

  • 戻り値はありません。

dwRequestID

開始された要求の識別子。

hrStatus

状態コード。 このパラメーターは、要求の状態コードを返します。

このイベントを使用すると、キューに登録されたメソッドが要求 ID を使用して完了した日時を追跡できます。

参照

IAgentNotifySink::RequestStartIAgent::LoadIAgentCharacter::GestureAtIAgentCharacter::HideIAgentCharacter::InterruptIAgentCharacter::MoveToIAgentCharacter::P repareIAgentCharacter::P layIAgentCharacter::Show、IAgentCharacter::SpeakIAgentCharacter::Wait