Changeset 953 for trunk/include/winresmenu.h
- Timestamp:
- Sep 16, 1999, 1:29:51 AM (26 years ago)
- 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:53sandervl Exp $ */1 /* $Id: winresmenu.h,v 1.3 1999-09-15 23:29:09 sandervl Exp $ */ 2 2 3 3 /* … … 20 20 // Constructors and destructors 21 21 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, 24 24 ULONG size, char *resdata); 25 25 Win32MenuRes(LPVOID menutemplate);
Note:
See TracChangeset
for help on using the changeset viewer.