IDebugStackFrame2::GetInfo

Gets a description of the stack frame.

Syntax

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