Changeset 9418 for trunk/src/user32/win32wbase.h
- Timestamp:
- Nov 20, 2002, 1:59:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r9217 r9418 1 /* $Id: win32wbase.h,v 1.14 5 2002-09-06 12:31:42sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.146 2002-11-20 12:59:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 252 252 253 253 BOOL ShowWindow(ULONG nCmdShow); 254 BOOL SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags );254 BOOL SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags, BOOL fShowWindow = FALSE); 255 255 BOOL SetWindowPlacement(WINDOWPLACEMENT *winpos); 256 256 BOOL GetWindowPlacement(LPWINDOWPLACEMENT winpos);
Note:
See TracChangeset
for help on using the changeset viewer.