Changeset 1413 for trunk/include/winimagepeldr.h
- Timestamp:
- Oct 23, 1999, 2:36:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winimagepeldr.h
r978 r1413 1 /* $Id: winimagepeldr.h,v 1. 2 1999-09-18 17:45:23sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.3 1999-10-23 12:36:09 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 15 15 #include <winimagebase.h> 16 17 //SvL: To load a dll/exe for i.e. getting a single resource (GetVersionSize/Resource) 18 #define REAL_LOAD 0 19 #define RSRC_LOAD 1 16 20 17 21 //SvL: Amount of memory the peldr dll reserves for win32 exes without fixups … … 62 66 { 63 67 public: 64 Win32PeLdrImage(char *szFileName );68 Win32PeLdrImage(char *szFileName, int loadtype = REAL_LOAD); 65 69 virtual ~Win32PeLdrImage(); 66 70 … … 107 111 Section section[MAX_SECTION]; 108 112 113 ULONG loadType; 114 HANDLE fImgMapping; 115 109 116 private: 110 117 };
Note:
See TracChangeset
for help on using the changeset viewer.