IDebugEventCallback2.Event Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int Event(Microsoft::VisualStudio::Debugger::Interop::IDebugEngine2 ^ pEngine, Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ pProcess, Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pProgram, Microsoft::VisualStudio::Debugger::Interop::IDebugThread2 ^ pThread, Microsoft::VisualStudio::Debugger::Interop::IDebugEvent2 ^ pEvent, Guid % riidEvent, System::UInt32 dwAttrib);
public int Event(Microsoft.VisualStudio.Debugger.Interop.IDebugEngine2 pEngine, Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 pProcess, Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pProgram, Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 pThread, Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 pEvent, ref Guid riidEvent, uint dwAttrib);
abstract member Event : Microsoft.VisualStudio.Debugger.Interop.IDebugEngine2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 * Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 * Guid * uint32 -> int
Public Function Event (pEngine As IDebugEngine2, pProcess As IDebugProcess2, pProgram As IDebugProgram2, pThread As IDebugThread2, pEvent As IDebugEvent2, ByRef riidEvent As Guid, dwAttrib As UInteger) As Integer
Parameters
- pEngine
- IDebugEngine2
- pProcess
- IDebugProcess2
- pProgram
- IDebugProgram2
- pThread
- IDebugThread2
- pEvent
- IDebugEvent2
- riidEvent
- Guid
- dwAttrib
- UInt32