Ignore:
Timestamp:
Sep 5, 1999, 5:53:10 PM (26 years ago)
Author:
sandervl
Message:

More dialog update

File:
1 edited

Legend:

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

    r342 r835  
    1 /* $Id: oslibmsg.h,v 1.2 1999-07-20 07:42:35 sandervl Exp $ */
     1/* $Id: oslibmsg.h,v 1.3 1999-09-05 15:53:08 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    1313#define __OSLIBMSG_H__
    1414
     15#define MSG_NOREMOVE  0
     16#define MSG_REMOVE    1
     17
    1518ULONG TranslateWinMsg(ULONG msg);
     19
     20#ifdef OS2DEF_INCLUDED
    1621void  OS2ToWinMsgTranslate(QMSG *os2Msg, MSG *winMsg, BOOL isUnicode);
    1722void  WinToOS2MsgTranslate(MSG *winMsg, QMSG *os2Msg, BOOL isUnicode);
     23#endif
     24
     25BOOL  OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL isUnicode = FALSE);
     26BOOL  OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL fRemove, BOOL isUnicode = FALSE);
     27void  OSLibWinPostQuitMessage(ULONG nExitCode);
     28LONG  OSLibWinDispatchMsg(MSG *msg, BOOL isUnicode = FALSE);
    1829
    1930BOOL  OSLibInitMsgQueue();
Note: See TracChangeset for help on using the changeset viewer.