Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Visual Studio
Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Gets a description of the stack frame.
HRESULT GetInfo (
FRAMEINFO_FLAGS dwFieldSpec,
UINT nRadix,
FRAMEINFO* pFrameInfo
);
int GetInfo (
enum_FRAMEINFO_FLAGS dwFieldSpec,
uint nRadix,
FRAMEINFO[] pFrameInfo
);
dwFieldSpec
[in] A combination of flags from the FRAMEINFO_FLAGS enumeration that specifies which fields of the pFrameInfo
parameter are to be filled in.
nRadix
[in] The radix to be used in formatting any numerical information.
pFrameInfo
[out] A FRAMEINFO structure that is filled in with the description of the stack frame.
If successful, returns S_OK
; otherwise, returns an error code.