IDebugStackFrame16A.GetInfo(UInt32, UInt32, UInt32, FRAMEINFO[]) 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 GetInfo(System::UInt32 dwFieldSpec, System::UInt32 dwFieldSpecEx, System::UInt32 nRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO> ^ pFrameInfo);
public int GetInfo(uint dwFieldSpec, uint dwFieldSpecEx, uint nRadix, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] pFrameInfo);
abstract member GetInfo : uint32 * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] -> int
Public Function GetInfo (dwFieldSpec As UInteger, dwFieldSpecEx As UInteger, nRadix As UInteger, pFrameInfo As FRAMEINFO()) As Integer
Parameters
- dwFieldSpec
- UInt32
- dwFieldSpecEx
- UInt32
- nRadix
- UInt32
- pFrameInfo
- FRAMEINFO[]