Share via


IDebugLogicalThread120.EnumFrameInfoEx Method

Definition

public:
 int EnumFrameInfoEx(Microsoft::VisualStudio::Debugger::Interop::enum_FRAMEINFO_FLAGS dwFieldSpec, Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO_FLAGS_EX dwFieldSpecExtended, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFrameInfo2 ^ % ppEnum);
public int EnumFrameInfoEx (Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS dwFieldSpec, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO_FLAGS_EX dwFieldSpecExtended, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFrameInfo2 ppEnum);
abstract member EnumFrameInfoEx : Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO_FLAGS_EX * uint32 * IEnumDebugFrameInfo2 -> int
Public Function EnumFrameInfoEx (dwFieldSpec As enum_FRAMEINFO_FLAGS, dwFieldSpecExtended As FRAMEINFO_FLAGS_EX, nRadix As UInteger, ByRef ppEnum As IEnumDebugFrameInfo2) As Integer

Parameters

dwFieldSpec
enum_FRAMEINFO_FLAGS
dwFieldSpecExtended
FRAMEINFO_FLAGS_EX
nRadix
UInt32

Returns

Applies to