| Line |   | 
|---|
| 1 | /* $Id: windlllx.h,v 1.3 1999-11-26 00:04:32 sandervl Exp $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 | /*
 | 
|---|
| 4 |  * Win32 LX Dll class (compiled in OS/2 using Odin32 api)
 | 
|---|
| 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 __WINDLLLX_H__
 | 
|---|
| 13 | #define __WINDLLLX_H__
 | 
|---|
| 14 | 
 | 
|---|
| 15 | #include <windllbase.h>
 | 
|---|
| 16 | #include <winimagelx.h>
 | 
|---|
| 17 | 
 | 
|---|
| 18 | class Win32LxDll : public Win32LxImage, public Win32DllBase
 | 
|---|
| 19 | {
 | 
|---|
| 20 | public:
 | 
|---|
| 21 |         Win32LxDll(HINSTANCE hInstance, WIN32DLLENTRY DllEntryPoint, PVOID pResData);
 | 
|---|
| 22 | virtual ~Win32LxDll();
 | 
|---|
| 23 | 
 | 
|---|
| 24 | virtual ULONG     Release();
 | 
|---|
| 25 | 
 | 
|---|
| 26 | virtual BOOL      isLxDll();
 | 
|---|
| 27 | 
 | 
|---|
| 28 | protected:
 | 
|---|
| 29 | private:
 | 
|---|
| 30 | };
 | 
|---|
| 31 | 
 | 
|---|
| 32 | #endif //__WINDLLLX_H__
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.