Changeset 978 for trunk/src/kernel32/winimagelx.cpp
- Timestamp:
- Sep 18, 1999, 7:47:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagelx.cpp
r956 r978 1 /* $Id: winimagelx.cpp,v 1. 1 1999-09-15 23:39:07sandervl Exp $ */1 /* $Id: winimagelx.cpp,v 1.2 1999-09-18 17:47:10 sandervl Exp $ */ 2 2 3 3 /* … … 40 40 //****************************************************************************** 41 41 //****************************************************************************** 42 Win32LxImage::Win32LxImage(HINSTANCE hInstance )42 Win32LxImage::Win32LxImage(HINSTANCE hInstance, PVOID pResData) 43 43 : Win32ImageBase(hInstance) 44 44 { … … 50 50 strcpy(szFileName, name); 51 51 strupr(szFileName); 52 53 //Pointer to PE resource tree generates by wrc (or NULL for system dlls) 54 pResDir = (PIMAGE_RESOURCE_DIRECTORY)pResData; 55 56 //pResourceSectionStart contains the virtual address of the imagebase in the PE header 57 //for the resource section (images loaded by the pe.exe) 58 //For LX images, this is 0 as OffsetToData contains a relative offset 59 pResourceSectionStart = 0; 52 60 } 53 61 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.