Changeset 1337 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 17, 1999, 6:42:40 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1336 r1337 1 /* $Id: win32wbase.h,v 1.2 7 1999-10-17 15:46:10 sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.28 1999-10-17 16:42:40 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 148 148 BOOL ShowWindow(ULONG nCmdShow); 149 149 BOOL SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags); 150 BOOL SetWindowPlacement(WINDOWPLACEMENT *winpos); 150 151 BOOL DestroyWindow(); 151 152 HWND SetActiveWindow();
Note:
See TracChangeset
for help on using the changeset viewer.