Changeset 2219 for trunk/include/winimagepeldr.h
- Timestamp:
- Dec 27, 1999, 10:21:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winimagepeldr.h
r2094 r2219 1 /* $Id: winimagepeldr.h,v 1. 9 1999-12-17 16:55:13 sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.10 1999-12-27 21:21:33 sandervl Exp $ */ 2 2 3 3 /* … … 54 54 ULONG type; 55 55 ULONG pageflags; 56 ULONG flags; //psh[i].Characteristics 56 57 } Section; 57 58 … … 95 96 void StoreImportByName(Win32DllBase *WinDll, char *impname, ULONG impaddr); 96 97 97 void addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize );98 void addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize, ULONG flags); 98 99 BOOL allocSections(ULONG reservedMem); 99 100 BOOL allocFixedMem(ULONG reservedMem);
Note:
See TracChangeset
for help on using the changeset viewer.