Debugging Tools for Windows

ExitDispatch

The ExitDispatch method causes the DispatchCallbacks method to return.

HRESULT
  IDebugClient::ExitDispatch(
    IN IDebugClient *  Client
    );

Parameters

Client
Specifies the client whose DispatchCallbacks method should return.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

ExitDispatch is available in all versions of IDebugClient.

Comments

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

Headers: Defined in dbgeng.h. Include dbgeng.h.

See Also

DispatchCallbacks

Build machine: CAPEBUILD