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