source:
trunk/src/kernel32/thunk.h@
89
| Last change on this file since 89 was 46, checked in by , 27 years ago | |
|---|---|
| File size: 242 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __THUNK_H__ |
| 2 | #define __THUNK_H__ |
| 3 | |
| 4 | typedef struct |
| 5 | { |
| 6 | char magic[4]; |
| 7 | DWORD length; |
| 8 | DWORD ptr; |
| 9 | DWORD x0C; |
| 10 | |
| 11 | DWORD x10; |
| 12 | DWORD x14; |
| 13 | DWORD x18; |
| 14 | DWORD x1C; |
| 15 | DWORD x20; |
| 16 | } thunkstruct; |
| 17 | |
| 18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
