Changeset 5266 for trunk/src/kernel32/winimagepeldr.h
- Timestamp:
- Feb 25, 2001, 5:05:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r5011 r5266 1 /* $Id: winimagepeldr.h,v 1. 7 2001-01-22 18:26:52sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.8 2001-02-25 16:05:40 sandervl Exp $ */ 2 2 3 3 /* … … 100 100 101 101 protected: 102 void StoreImportByOrd(Win32 DllBase *WinDll, ULONG ordinal, ULONG impaddr);103 void StoreImportByName(Win32 DllBase *WinDll, char *impname, ULONG impaddr);102 void StoreImportByOrd(Win32ImageBase *WinImage, ULONG ordinal, ULONG impaddr); 103 void StoreImportByName(Win32ImageBase *WinImage, char *impname, ULONG impaddr); 104 104 105 105 void addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize, ULONG flags);
Note:
See TracChangeset
for help on using the changeset viewer.