IAgentNotifySink::RequestComplete
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT RequestComplete(
long dwRequestID, // request ID
long hrStatus // status code
);
Notifies a client application when a request completes.
- No return value.
-
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