| Last change
 on this file since 1502 was             1413, checked in by sandervl, 26 years ago | 
        
          | 
changes for getversionstruct/size
 | 
        
          | File size:
            612 bytes | 
      
      
| Rev | Line |  | 
|---|
| [1413] | 1 | /* $Id: winfakepeldr.h,v 1.1 1999-10-23 12:36:09 sandervl Exp $ */ | 
|---|
|  | 2 |  | 
|---|
|  | 3 | /* | 
|---|
|  | 4 | * Win32 PE loader fake image class (RSRC_LOAD) | 
|---|
|  | 5 | * | 
|---|
|  | 6 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
|  | 7 | * | 
|---|
|  | 8 | * | 
|---|
|  | 9 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
|  | 10 | * | 
|---|
|  | 11 | */ | 
|---|
|  | 12 | #ifndef __WINFAKEPELDR_H__ | 
|---|
|  | 13 | #define __WINFAKEPELDR_H__ | 
|---|
|  | 14 |  | 
|---|
|  | 15 | #include <winimagepeldr.h> | 
|---|
|  | 16 |  | 
|---|
|  | 17 | //Class for images that are loaded for only retrieving their resources | 
|---|
|  | 18 | class Win32PeLdrRsrcImg : public Win32PeLdrImage | 
|---|
|  | 19 | { | 
|---|
|  | 20 | public: | 
|---|
|  | 21 | Win32PeLdrRsrcImg(char *szFileName); | 
|---|
|  | 22 | virtual ~Win32PeLdrRsrcImg(); | 
|---|
|  | 23 |  | 
|---|
|  | 24 | virtual BOOL  isDll(); | 
|---|
|  | 25 |  | 
|---|
|  | 26 | protected: | 
|---|
|  | 27 | private: | 
|---|
|  | 28 | }; | 
|---|
|  | 29 |  | 
|---|
|  | 30 | #endif //__WINFAKEPELDR_H__ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.