Ignore:
Timestamp:
Jul 17, 1999, 2:49:41 PM (26 years ago)
Author:
cbratschi
Message:

USER32 API

File:
1 edited

Legend:

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

    r321 r322  
    1 /* $Id: oslibwin.h,v 1.5 1999-07-17 11:52:22 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.6 1999-07-17 12:49:41 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1313#define __OSLIBWIN_H__
    1414
    15 #define OS2TOWIN32POINT(height, y)      (height - y)
     15#define OS2TOWIN32POINT(height, y)      (height - y)
    1616
    17 #define OSLIB_HWND_DESKTOP      0
     17#define OSLIB_HWND_DESKTOP      0
    1818BOOL  OSLibWinSetParent(HWND hwnd, HWND hwndParent, ULONG fRedraw = TRUE);
    1919
     
    3232HWND  OSLibWinCreateMenu(HWND hwndParent, PVOID menutemplate);
    3333
     34#define WA_WARNING                 0
     35#define WA_NOTE                    1
     36#define WA_ERROR                   2
     37#define WA_CWINALARMS             13     /* count of valid alarms     53304*/
     38
     39BOOL OSLibWinAlarm(HWND hwndDeskTop,ULONG flStyle);
     40ULONG OSLibDosBeep(ULONG freg,ULONG dur);
     41LONG OSLibWinQueryWindowTextLength(HWND hwnd);
     42LONG OSLibWinQueryWindowText(HWND hwnd,LONG lLength,char* pun);
    3443
    3544#define SWPOS_SIZE                   0x0001
Note: See TracChangeset for help on using the changeset viewer.