Enumerates stack frames and merges output from several enumerators on the same thread.

typedef struct tagDebugStackFrameDescriptor {
   IDebugStackFrame *pdsf;
   DWORD_PTR        dwMin;
   DWORD_PTR        dwLim;
   BOOL             fFinal;
   IUnknown         *punkFinal;
} DebugStackFrameDescriptor;

Expand imageMembers

Expand imageRemarks

Expand imageSee Also