Enumerates stack frames and merges output from several enumerators on the same thread.
Syntax
typedef struct tagDebugStackFrameDescriptor { IDebugStackFrame *pdsf; DWORD dwMin; DWORD dwLim; BOOL fFinal; IUnknown *punkFinal; } DebugStackFrameDescriptor;
Members
- pdsf
- Address of an IDebugStackFrame interface.
- dwMin
- Unsigned long integer value that specifies the first machine-dependent representation of physical addresses associated with the stack frame range.
- dwLim
- Unsigned long integer value that specifies the last machine-dependent representation of physical addresses associated with the stack frame range.
- fFinal
- Boolean value that identifies the final enumerator.
- punkFinal
- Address of an IUnknown interface that is used during enumerator merging. If not null, it indicates that the current enumerator merging should stop and a new one should be started.
Remarks
The range of physical addresses associated with the stack frame is used by the process debug manager to sort the stack frames from multiple script engines.
Structure Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Activdbg.h Minimum availability Internet Explorer 4.0