Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |