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.
Return Value
Remarks
See Also