IDebugStackFrame2::GetInfo

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
);

Parameters

  • 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.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugStackFrame2

FRAMEINFO_FLAGS

FRAMEINFO