Handles a custom application event.
HRESULT onDebuggerEvent( REFIID riid, IUnknown* punk );
- riid
[in] The interface identifier for the object.
- punk
[in] The event object, which implements the interface defined by riid.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
E_NOTIMPL | The method is not currently implemented. |
The semantics of the IUnknown is entirely application/debugger defined.
This method allows for custom extensions of the debugger model; it is not currently implemented.
This method is called when IDebugApplication::FireDebuggerEvent is called.