Changeset 4097 for trunk/src/kernel32/winimagepe2lx.h
- Timestamp:
- Aug 27, 2000, 5:20:37 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.h
r4047 r4097 1 /* $Id: winimagepe2lx.h,v 1. 2 2000-08-19 17:22:52bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.3 2000-08-27 03:20:37 bird Exp $ */ 2 2 3 3 /* … … 55 55 protected: 56 56 /** @cat RVA -> pointer */ 57 /* th isshould be moved to winimagebase some day... */58 PVOID getPointerFromRVA(ULONG ulRVA);59 LONG getSectionIndexFromRVA(ULONG ulRVA);57 /* these should be moved to winimagebase some day... */ 58 PVOID getPointerFromRVA(ULONG ulRVA); 59 ULONG getSectionIndexFromRVA(ULONG ulRVA); 60 60 61 61 PSECTION paSections; /* Used by getPointerFromRVA and created by getSections and
Note:
See TracChangeset
for help on using the changeset viewer.