Click to return to the Component Development home page    
Active Script Debugging A...     Active Script Debugging A...     Active Script Debugging S...    
Web Workshop  |  Component Development

DebugStackFrameDescriptor Structure


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 NTUse version 4.0
WindowsUse Windows 95 and later
HeaderActivdbg.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.