Returns an enumerator of stack frames for the current thread.

HRESULT EnumStackFramesEx(
   DWORD_PTR                dwSpMin,
   IEnumDebugStackFrames**  ppedsf
);

Parameters

dwSpMin

[in] The lower address limit for enumerating stack frames.

ppedsf

[out] Enumerator of stack frames for the current thread.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also