Fires a generic event to the debugger's IApplicationDebugger interface.

HRESULT FireDebuggerEvent(
   REFGUID    riid,
   IUnknown*  punk
);

Parameters

riid

[in] A GUID for the object.

punk

[in] An event object to pass to the debugger.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also