IAgentNotifySink::RequestStart

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

HRESULT RequestStart(
   long dwRequestID  // request ID
);                          

Notifies a client application when a request begins.

  • No return value.

dwRequestID

Identifier of the request that started.

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

See Also

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