Ignore:
Timestamp:
Jan 14, 2000, 3:45:18 PM (26 years ago)
Author:
sandervl
Message:

MsgFormat bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.h

    r2406 r2437  
    1 /* $Id: oslibwin.h,v 1.29 2000-01-11 13:06:26 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.30 2000-01-14 14:45:16 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    259259HWND  OSLibWinObjectWindowFromID(HWND hwndOwner, ULONG ID);
    260260
    261 #define OSLIB_HSCROLL   0
    262 #define OSLIB_VSCROLL   1
    263 BOOL  OSLibWinEnableScrollBar(HWND hwndParent, int scrollBar, BOOL fEnable);
    264261HWND  OSLibWinQueryObjectWindow(VOID);
    265 ULONG OSLibWinGetScrollPos(HWND hwndParent, HWND hwndScroll);
    266 ULONG OSLibWinSetScrollPos(HWND hwndParent, HWND hwndScroll, int pos, int fRedraw);
    267 BOOL  OSLibWinSetScrollRange(HWND hwndParent, HWND hwndScroll, int minpos,
    268                              int maxpos, int fRedraw);
    269 BOOL  OSLibWinSetScrollPageSize(HWND hwndParent, HWND hwndScroll, int pagesize,
    270                                 int totalsize, int fRedraw);
    271 
    272 void  OSLibTranslateScrollCmdAndMsg(ULONG *msg, ULONG *scrollcmd);
    273262
    274263PVOID OSLibWinSubclassWindow(HWND hwnd,PVOID newWndProc);
Note: See TracChangeset for help on using the changeset viewer.