Changeset 4047 for trunk/src/kernel32/winimagepe2lx.h
- Timestamp:
- Aug 19, 2000, 7:22:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.h
r3074 r4047 1 /* $Id: winimagepe2lx.h,v 1. 1 2000-03-10 16:12:03 sandervlExp $ */1 /* $Id: winimagepe2lx.h,v 1.2 2000-08-19 17:22:52 bird Exp $ */ 2 2 3 3 /* … … 56 56 /** @cat RVA -> pointer */ 57 57 /* this should be moved to winimagebase some day... */ 58 PVOID getPointerFromRVA(ULONG ulRVA); 58 PVOID getPointerFromRVA(ULONG ulRVA); 59 LONG getSectionIndexFromRVA(ULONG ulRVA); 59 60 60 61 PSECTION paSections; /* Used by getPointerFromRVA and created by getSections and
Note:
See TracChangeset
for help on using the changeset viewer.