IAgentNotifySink::RequestComplete
[Microsoft エージェントは Windows 7 の時点で非推奨となり、以降のバージョンの Windows では使用できない場合があります。]
HRESULT RequestComplete(
long dwRequestID, // request ID
long hrStatus // status code
);
要求が完了したときにクライアント アプリケーションに通知します。
- 戻り値はありません。
-
dwRequestID
-
開始された要求の識別子。
-
hrStatus
-
状態コード。 このパラメーターは、要求の状態コードを返します。
このイベントを使用すると、キューに登録されたメソッドが要求 ID を使用して完了した日時を追跡できます。
参照
IAgentNotifySink::RequestStart、IAgent::Load、IAgentCharacter::GestureAt、IAgentCharacter::Hide、IAgentCharacter::Interrupt、IAgentCharacter::MoveTo、IAgentCharacter::P repare、IAgentCharacter::P lay、IAgentCharacter::Show、IAgentCharacter::Speak、IAgentCharacter::Wait