IDebugClient6::SetEventContextCallbacks method (dbgeng.h)
Registers an event callbacks object with this client.
Syntax
HRESULT SetEventContextCallbacks(
[in, optional] PDEBUG_EVENT_CONTEXT_CALLBACKS Callbacks
);
Parameters
[in, optional] Callbacks
The interface pointer to the event callbacks object.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
This event interface replaces the use of IDebugClient::SetEventCallbacks.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |