| Rev | Line |  | 
|---|
| [1843] | 1 | /* $Id: winimagelx.h,v 1.3 1999-11-26 00:04:33 sandervl Exp $ */ | 
|---|
| [953] | 2 |  | 
|---|
|  | 3 | /* | 
|---|
|  | 4 | * Win32 LX Image base class | 
|---|
|  | 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 __WINIMAGELX_H__ | 
|---|
|  | 13 | #define __WINIMAGELX_H__ | 
|---|
|  | 14 |  | 
|---|
|  | 15 | #include <winimagebase.h> | 
|---|
|  | 16 |  | 
|---|
|  | 17 | class Win32LxImage : public virtual Win32ImageBase | 
|---|
|  | 18 | { | 
|---|
|  | 19 | public: | 
|---|
| [978] | 20 | Win32LxImage(HINSTANCE hInstance, PVOID pResData); | 
|---|
| [953] | 21 | virtual ~Win32LxImage(); | 
|---|
|  | 22 |  | 
|---|
| [1843] | 23 | virtual ULONG     getApi(char *name); | 
|---|
|  | 24 | virtual ULONG     getApi(int ordinal); | 
|---|
|  | 25 |  | 
|---|
| [953] | 26 | protected: | 
|---|
|  | 27 | private: | 
|---|
|  | 28 | }; | 
|---|
|  | 29 |  | 
|---|
|  | 30 | #endif //__WINIMAGELX_H__ | 
|---|
|  | 31 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.