IAgentNotifySink::RequestComplete

[Microsoft 代理从 Windows 7 开始已弃用,可能在后续版本的 Windows 中不可用。]

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

请求完成时通知客户端应用程序。

  • 没有返回值。

dwRequestID

已启动的请求的标识符。

hrStatus

状态代码。 此参数返回请求的状态代码。

通过此事件,可以使用其请求 ID 跟踪排队方法完成的时间。

另请参阅

IAgentNotifySink::RequestStartIAgent::LoadIAgentCharacter::GestureAtIAgentCharacter::HideIAgentCharacter::InterruptIAgentCharacter::MoveToIAgentCharacter::P repareIAgentCharacter::P layIAgentCharacter::ShowIAgentCharacter::SpeakIAgentCharacter::Wait