Changeset 4368 for trunk/src/kernel32/winimagepe2lx.h
- Timestamp:
- Oct 2, 2000, 3:35:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.h
r4357 r4368 1 /* $Id: winimagepe2lx.h,v 1. 5 2000-10-02 04:00:36bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.6 2000-10-02 13:35:23 bird Exp $ */ 2 2 3 3 /* … … 57 57 /* these should be moved to winimagebase some day... */ 58 58 PVOID getPointerFromRVA(ULONG ulRVA); 59 PVOID getPointerFromPointer(PVOID pv); 59 60 LONG getSectionIndexFromRVA(ULONG ulRVA); 61 BOOL validateRealPointer(PVOID pv); 60 62 61 63 PSECTION paSections; /* Used by getPointerFromRVA and created by getSections and
Note:
See TracChangeset
for help on using the changeset viewer.