Fires a generic event to the debugger's IApplicationDebugger interface.
HRESULT FireDebuggerEvent( REFGUID riid, IUnknown* punk );
- riid
[in] A GUID for the object.
- punk
[in] An event object to pass to the debugger.
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 GUID and the IUnknown are entirely application/debugger defined.
This method allows for custom extensions of the debugger model; it is not currently implemented.
This method causes IApplicationDebugger::onDebuggerEvent to be called.