IDebugApplication64.AddStackFrameSniffer 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 AddStackFrameSniffer(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrameSniffer ^ pdsfs, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public int AddStackFrameSniffer(Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrameSniffer pdsfs, out uint pdwCookie);
abstract member AddStackFrameSniffer : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrameSniffer * uint32 -> int
Public Function AddStackFrameSniffer (pdsfs As IDebugStackFrameSniffer, ByRef pdwCookie As UInteger) As Integer
Parameters
- pdsfs
- IDebugStackFrameSniffer
- pdwCookie
- UInt32