Metodo IDebugClient3::ExitDispatch (dbgeng.h)

Il metodo ExitDispatch fa sì che il metodo DispatchCallbacks restituisca.

Sintassi

HRESULT ExitDispatch(
  [in] PDEBUG_CLIENT Client
);

Parametri

[in] Client

Specifica il client il cui metodo DispatchCallbacks deve restituire.

Valore restituito

Questo metodo può anche restituire valori di errore. Per altri dettagli, vedere Valori restituiti .

Codice restituito Descrizione
S_OK
Il metodo è stato eseguito correttamente.

Commenti

Questo metodo è reentrant e può essere chiamato da qualsiasi thread.

Questo metodo può essere usato per interrompere un thread in attesa in DispatchCallbacks.

Per altre informazioni sui callback, vedere Callback.

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione dbgeng.h (include Dbgeng.h)

Vedi anche

DispatchCallbacks

Idebugclient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5