Ignore:
Timestamp:
Jul 28, 2001, 3:43:54 PM (24 years ago)
Author:
sandervl
Message:

rewrote some functions

File:
1 edited

Legend:

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

    r6328 r6395  
    1 /* $Id: oslibwin.h,v 1.60 2001-07-14 09:21:42 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.61 2001-07-28 13:43:53 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    195195
    196196LONG OSLibWinQuerySysValue(LONG iSysValue);
     197BOOL OSLibWinSetSysValue(LONG iSysValue, ULONG val);
    197198ULONG OSLibWinQueryDlgItemText(HWND hwndDlg,ULONG idItem,LONG cchBufferMax,char* pchBuffer);
    198199BOOL OSLibWinSetDlgItemText(HWND hwndDlg,ULONG idItem,char* pszText);
Note: See TracChangeset for help on using the changeset viewer.