Changeset 5848 for trunk/src/kernel32/winimagepeldr.h
- Timestamp:
- Jun 1, 2001, 3:21:13 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r5837 r5848 1 /* $Id: winimagepeldr.h,v 1.1 1 2001-05-30 08:23:21 sandervlExp $ */1 /* $Id: winimagepeldr.h,v 1.12 2001-06-01 01:21:12 phaller Exp $ */ 2 2 3 3 /* … … 14 14 15 15 #include <winimagebase.h> 16 16 17 17 18 #define SINGLE_PAGE 0 //commit single page … … 55 56 } Section; 56 57 57 typedef struct { 58 59 typedef struct 60 { 58 61 ULONG virtaddr; 59 62 ULONG ordinal; … … 62 65 } NameExport; 63 66 64 typedef struct { 67 typedef struct 68 { 65 69 ULONG virtaddr; 66 70 ULONG ordinal; 67 71 } OrdExport; 68 72 73 69 74 class Win32DllBase; 70 75 class Win32MemMap; 76 71 77 72 78 class Win32PeLdrImage : public virtual Win32ImageBase … … 131 137 ULONG nrNameExports, nameExportSize; 132 138 ULONG nrOrdExports; 139 133 140 NameExport *nameexports, *curnameexport; 134 141 OrdExport *ordexports, *curordexport;
Note:
See TracChangeset
for help on using the changeset viewer.