Changeset 1245 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 11, 1999, 5:26:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1209 r1245 1 /* $Id: win32wbase.h,v 1.1 6 1999-10-09 09:45:28sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.17 1999-10-11 15:26:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 155 155 BOOL IsIconic(); 156 156 HWND GetWindow(UINT uCmd); 157 157 virtual BOOL EnableWindow(BOOL fEnable); 158 158 BOOL CloseWindow(); 159 159 static HWND GetActiveWindow(); … … 189 189 LRESULT DefWindowProcW(UINT msg, WPARAM wParam, LPARAM lParam); 190 190 191 LRESULT DefWndControlColor(UINT ctlType, HDC hdc); 192 191 193 void NotifyParent(UINT Msg, WPARAM wParam, LPARAM lParam); 192 194
Note:
See TracChangeset
for help on using the changeset viewer.