Ignore:
Timestamp:
Oct 23, 1999, 2:36:09 PM (26 years ago)
Author:
sandervl
Message:

changes for getversionstruct/size

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:23 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.3 1999-10-23 12:36:09 sandervl Exp $ */
    22
    33/*
     
    1414
    1515#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
    1620
    1721//SvL: Amount of memory the peldr dll reserves for win32 exes without fixups
     
    6266{
    6367public:
    64          Win32PeLdrImage(char *szFileName);
     68         Win32PeLdrImage(char *szFileName, int loadtype = REAL_LOAD);
    6569virtual ~Win32PeLdrImage();
    6670
     
    107111        Section               section[MAX_SECTION];
    108112
     113        ULONG                 loadType;
     114        HANDLE                fImgMapping;
     115
    109116private:
    110117};
Note: See TracChangeset for help on using the changeset viewer.