Condividi tramite


Metodo IDebugClient4::ExitDispatch (dbgeng.h)

Il metodo ExitDispatch determina la restituzione del metodo DispatchCallbacks.

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 ha avuto esito positivo.

Osservazioni

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.

Fabbisogno

Requisito Valore
piattaforma di destinazione Desktop
intestazione dbgeng.h (include Dbgeng.h)

Vedere anche

DispatchCallbacks

IDebugClient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5