| 
            Last change
 on this file since 1120 was             953, checked in by sandervl, 26 years ago           | 
        
        
          | 
             
New headers for kernel32 win32 image classes + removed old ones + nameid.h 
 
           | 
        
        
          | 
            File size:
            813 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | /* $Id: winresmenu.h,v 1.3 1999-09-15 23:29:09 sandervl Exp $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 | /*
 | 
|---|
| 4 |  * Win32 Menu resource 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 __WINRESMENU_H__
 | 
|---|
| 13 | #define __WINRESMENU_H__
 | 
|---|
| 14 | 
 | 
|---|
| 15 | #include <winres.h>
 | 
|---|
| 16 | 
 | 
|---|
| 17 | class Win32MenuRes : public Win32Resource
 | 
|---|
| 18 | {
 | 
|---|
| 19 | public:
 | 
|---|
| 20 |                    // Constructors and destructors
 | 
|---|
| 21 |                    Win32MenuRes(HWND hwndObjectMenu);
 | 
|---|
| 22 |                    Win32MenuRes(Win32ImageBase *module, HRSRC hRes, ULONG id, ULONG type);
 | 
|---|
| 23 |                    Win32MenuRes(Win32ImageBase *module, ULONG id, ULONG type,
 | 
|---|
| 24 |                                 ULONG size, char *resdata);
 | 
|---|
| 25 |                    Win32MenuRes(LPVOID menutemplate);
 | 
|---|
| 26 | 
 | 
|---|
| 27 |     virtual       ~Win32MenuRes();
 | 
|---|
| 28 | 
 | 
|---|
| 29 | protected:
 | 
|---|
| 30 | 
 | 
|---|
| 31 | private:
 | 
|---|
| 32 | };
 | 
|---|
| 33 | 
 | 
|---|
| 34 | 
 | 
|---|
| 35 | #endif //__WINRESMENU_H__
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.