Ignore:
Timestamp:
Sep 16, 1999, 1:29:51 AM (26 years ago)
Author:
sandervl
Message:

New headers for kernel32 win32 image classes + removed old ones + nameid.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winresmenu.h

    r761 r953  
    1 /* $Id: winresmenu.h,v 1.2 1999-08-31 17:15:53 sandervl Exp $ */
     1/* $Id: winresmenu.h,v 1.3 1999-09-15 23:29:09 sandervl Exp $ */
    22
    33/*
     
    2020                   // Constructors and destructors
    2121                   Win32MenuRes(HWND hwndObjectMenu);
    22                    Win32MenuRes(Win32Image *module, HRSRC hRes, ULONG id, ULONG type);
    23                    Win32MenuRes(Win32Image *module, ULONG id, ULONG type,
     22                   Win32MenuRes(Win32ImageBase *module, HRSRC hRes, ULONG id, ULONG type);
     23                   Win32MenuRes(Win32ImageBase *module, ULONG id, ULONG type,
    2424                                ULONG size, char *resdata);
    2525                   Win32MenuRes(LPVOID menutemplate);
Note: See TracChangeset for help on using the changeset viewer.