Share via


IAgentNotifySink::RequestStart

[Microsoft 에이전트는 Windows 7을 기준으로 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다.]

HRESULT RequestStart(
   long dwRequestID  // request ID
);                          

요청이 시작될 때 클라이언트 애플리케이션에 알 줍니다.

  • 반환 값이 없습니다.

dwRequestID

시작된 요청의 식별자입니다.

이 이벤트를 사용하면 큐에 대기된 요청이 요청 ID를 사용하기 시작하는 시기를 추적할 수 있습니다.

참고 항목

IAgentNotifySink::RequestComplete, IAgent::Load, IAgentCharacter::GestureAt, IAgentCharacter::Hide, IAgentCharacter::Interrupt, IAgentCharacter::MoveTo, IAgentCharacter::P repare, IAgentCharacter::P lay, IAgentCharacter::Show, IAgentCharacter::Speak, IAgentCharacter:Wait