Debugging Tools for Windows |
The ExitDispatch method causes the DispatchCallbacks method to return.
HRESULT
IDebugClient::ExitDispatch(
IN IDebugClient * Client
);
This method may also return error values. See Return Values for more details.
ExitDispatch is available in all versions of IDebugClient.
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.
Headers: Defined in dbgeng.h. Include dbgeng.h.