This interface enumerates stack frames.
IEnumDebugStackFrames Methods
Clone Clones the stack frame. Next Retrieves the next stack frame in the enumeration. Reset Resets the enumeration of stack frames. Skip Advances the specified number of stack frames in the enumeration.
Interface Information
Implementation Custom Inherits from IUnknown Header and IDL files Activdbg.h, Activdbg.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Remarks
This interface is generally used to enumerate the stack frame corresponding to a thread.