Changeset 835 for trunk/src/user32/new/oslibmsg.h
- Timestamp:
- Sep 5, 1999, 5:53:10 PM (26 years ago)
- 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:35sandervl Exp $ */1 /* $Id: oslibmsg.h,v 1.3 1999-09-05 15:53:08 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 13 13 #define __OSLIBMSG_H__ 14 14 15 #define MSG_NOREMOVE 0 16 #define MSG_REMOVE 1 17 15 18 ULONG TranslateWinMsg(ULONG msg); 19 20 #ifdef OS2DEF_INCLUDED 16 21 void OS2ToWinMsgTranslate(QMSG *os2Msg, MSG *winMsg, BOOL isUnicode); 17 22 void WinToOS2MsgTranslate(MSG *winMsg, QMSG *os2Msg, BOOL isUnicode); 23 #endif 24 25 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL isUnicode = FALSE); 26 BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, UINT uMsgFilterMax, BOOL fRemove, BOOL isUnicode = FALSE); 27 void OSLibWinPostQuitMessage(ULONG nExitCode); 28 LONG OSLibWinDispatchMsg(MSG *msg, BOOL isUnicode = FALSE); 18 29 19 30 BOOL OSLibInitMsgQueue();
Note:
See TracChangeset
for help on using the changeset viewer.