IAgentNotifySink::RequestComplete
[自 Windows 7 起弃用 Microsoft 代理,在后续版本的 Windows 中可能不可用。
HRESULT RequestComplete(
long dwRequestID, // request ID
long hrStatus // status code
);
在请求完成时通知客户端应用程序。
- 没有返回值。
-
dwRequestID
-
启动的请求的标识符。
-
hrStatus
-
状态代码。 此参数返回请求的状态代码。
此事件使你能够跟踪排队方法何时使用其请求 ID 完成。
另请参阅
IAgentNotifySink::RequestStart, IAgent::Load、IAgentCharacter::GestureAt、IAgentCharacter::Hide、IAgentCharacter::Interrupt、IAgentCharacter::MoveTo、IAgentCharacter::P repare、IAgentCharacter::P lay、IAgentCharacter::Show、IAgentCharacter::Speak、IAgentCharacter::Wait