Platform SDK: Agent

IAgentNotifySink::RequestComplete

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

Notifies a client application when a request completes.

dwRequestID
Identifier of the request that started.
hrStatus
Status code. This parameter returns the status code for the request.

This event enables you to track when a queued method completes using its request ID.

See Also

IAgentNotifySink::RequestStart, IAgent::Load, IAgentCharacter::GestureAt, IAgentCharacter::Hide, IAgentCharacter::Interrupt, IAgentCharacter::MoveTo, IAgentCharacter::Prepare, IAgentCharacter::Play, IAgentCharacter::Show, IAgentCharacter::Speak, IAgentCharacter::Wait