Changeset 10012 for trunk/src/user32/oslibmsg.h
- Timestamp:
- Apr 11, 2003, 4:22:06 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.h
r9598 r10012 1 /* $Id: oslibmsg.h,v 1. 19 2003-01-03 16:35:54sandervl Exp $ */1 /* $Id: oslibmsg.h,v 1.20 2003-04-11 14:22:05 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 14 14 15 15 16 typedef struct tagCOPYDATASTRUCT_W 17 { 18 DWORD dwData; 19 DWORD cbData; 20 LPVOID lpData; 21 } COPYDATASTRUCT_W, *PCOPYDATASTRUCT_W, *LPCOPYDATASTRUCT_W; 22 23 16 24 #ifdef __cplusplus 17 25 18 26 ULONG TranslateWinMsg(ULONG msg); 19 27 20 #define MSG_NOREMOVE 21 #define MSG_REMOVE 28 #define MSG_NOREMOVE 0 29 #define MSG_REMOVE 1 22 30 23 31 #ifdef OS2DEF_INCLUDED … … 27 35 #endif 28 36 29 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, 37 BOOL OSLibWinGetMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, 30 38 UINT uMsgFilterMax, BOOL isUnicode = FALSE); 31 BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, 39 BOOL OSLibWinPeekMsg(LPMSG pMsg, HWND hwnd, UINT uMsgFilterMin, 32 40 UINT uMsgFilterMax, DWORD fRemove, BOOL isUnicode = FALSE); 33 41 void OSLibWinPostQuitMessage(ULONG nExitCode);
Note:
See TracChangeset
for help on using the changeset viewer.