Retrieves an enumerator for the stack frames associated with the thread.
Syntax
HRESULT EnumStackFrames( IEnumDebugStackFrames **ppedsf );
Parameters
- ppedsf
- [out] Address of a pointer to the IEnumDebugStackFrames interface that specifies the enumerator for the stack frames.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The EnumStackFrames method can be called only when the debugger is in a breakpoint. Stack frames are enumerated in the most recently called order.