Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The ExitDispatch method causes the DispatchCallbacks method to return.
Syntax
HRESULT ExitDispatch(
[in] PDEBUG_CLIENT Client
);
Parameters
[in] Client
Specifies the client whose DispatchCallbacks method should return.
Return value
This method may also return error values. See Return Values for more details.
| Return code | Description |
|---|---|
|
The method was successful. |
Remarks
This method is reentrant and may be called from any thread.
This method can be used to interrupt a thread waiting in DispatchCallbacks.
For more information about callbacks, see Callbacks.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h (include Dbgeng.h) |