Returns an enumerator of stack frames for the current thread.

HRESULT EnumStackFrames(
   IEnumDebugStackFrames**  ppedsf
);

Parameters

ppedsf

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

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also