Condividi tramite


IAgentNotifySink::RequestComplete

[Microsoft Agent è deprecato a partire da Windows 7 e potrebbe non essere disponibile nelle versioni successive di Windows.]

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

Notifica a un'applicazione client al completamento di una richiesta.

  • Nessun valore restituito.

dwRequestID

Identificatore della richiesta avviata.

hrStatus

Codice di stato. Questo parametro restituisce il codice di stato per la richiesta.

Questo evento consente di tenere traccia del completamento di un metodo in coda usando il relativo ID richiesta.

Vedere anche

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