Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This structure defines a frame pointer.
Syntax
typedef struct _FRAME_TYPE {
ADDRESS_TYPE addrFP;
ADDRESS_TYPE addrPC;
DWORD dwParam1;
DWORD dwParam2;
DWORD dwParam3;
DWORD dwParam4;
} FRAME_TYPE;
Members
- addrFP
Address of frame pointer, if applicable.
- addrPC
Address of program counter.
- dwParam1
First parameter.
- dwParam2
Second parameter.
- dwParam3
Third parameter.
- dwParam4
Fourth parameter.
Requirements
| Header | OsAccess.h |
| Library | OSAXSC.lib |
| Windows Embedded CE | Windows CE 5.0 and later |