Changeset 2672 for trunk/src/user32/win32class.h
- Timestamp:
- Feb 6, 2000, 11:00:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.h
r2469 r2672 1 /* $Id: win32class.h,v 1. 8 2000-01-18 20:08:16sandervl Exp $ */1 /* $Id: win32class.h,v 1.9 2000-02-06 22:00:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 50 50 ULONG getStyle() { return windowStyle; }; 51 51 52 HDC getClassDC() { return hdcClass; }; 53 52 54 void setMenuName(LPSTR newMenuName); 53 55 … … 84 86 WCHAR *classNameW; 85 87 HICON hIconSm; 88 HDC hdcClass; 86 89 87 90 //User data class words/longs
Note:
See TracChangeset
for help on using the changeset viewer.