Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
imagehlp.h
Unicode
No
Platform Notes
Windows 95: IMAGEHLP is available as a redistributable.

STACKFRAME

typedef struct _tagSTACKFRAME {

ADDRESS AddrPC;

ADDRESS AddrReturn;

ADDRESS AddrFrame;

ADDRESS AddrStack;

LPVOID FuncTableEntry;

DWORD Params[4];

BOOL Far;

BOOL Virtual;

DWORD Reserved[3];

KDHELP KdHelp;

} STACKFRAME, *LPSTACKFRAME;

Members

AddrPC

The program counter.

AddrReturn

The return address.

AddrFrame

The frame pointer.

AddrStack

The stack pointer.

FuncTableEntry

The pointer to pdata, fpo, or NULL.

Params

The possible arguments to the function.

Far

This member is TRUE if this is a WOW far call.

Virtual

This member is TRUE if this is a virtual frame.

Reserved

Used internally by the StackWalk function.

KdHelp

The helper data for walking kernel callback frames.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database