IDebugSession3.RegisterCallback(IDebugEventCallback2) 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 RegisterCallback(Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback);
public int RegisterCallback(Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback);
abstract member RegisterCallback : Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 -> int
Public Function RegisterCallback (pCallback As IDebugEventCallback2) As Integer
Parameters
- pCallback
- IDebugEventCallback2