Ignore:
Timestamp:
Oct 17, 1999, 6:42:40 PM (26 years ago)
Author:
sandervl
Message:

Implemented SetWindowPlacement + bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r1336 r1337  
    1 /* $Id: win32wbase.h,v 1.27 1999-10-17 15:46:10 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.28 1999-10-17 16:42:40 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    148148         BOOL   ShowWindow(ULONG nCmdShow);
    149149         BOOL   SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags);
     150         BOOL   SetWindowPlacement(WINDOWPLACEMENT *winpos);
    150151         BOOL   DestroyWindow();
    151152         HWND   SetActiveWindow();
Note: See TracChangeset for help on using the changeset viewer.