Changeset 9617 for trunk/src/kernel32/winimagepeldr.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r9537 r9617 1 /* $Id: winimagepeldr.h,v 1.1 8 2002-12-20 11:39:43sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.19 2003-01-05 12:31:26 sandervl Exp $ */ 2 2 3 3 /* … … 87 87 virtual ULONG getApi(char *name); 88 88 virtual ULONG getApi(int ordinal); 89 virtual ULONG setApi(char *name, ULONG pfnNewProc); 90 virtual ULONG setApi(int ordinal, ULONG pfnNewProc); 89 91 90 92 virtual ULONG getImageSize(); … … 111 113 Section *findSectionByOS2Addr(ULONG addr); 112 114 Section *findPreviousSectionByOS2Addr(ULONG addr); 115 116 OrdExport *findApi(int ordinal); 117 NameExport *findApi(char *name); 113 118 114 119 BOOL setMemFlags();
Note:
See TracChangeset
for help on using the changeset viewer.