Changeset 10430 for trunk/src/user32/oslibmsg.h
- Timestamp:
- Jan 30, 2004, 11:10:07 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.h
r10240 r10430 1 /* $Id: oslibmsg.h,v 1.2 3 2003-08-22 13:16:45 sandervlExp $ */1 /* $Id: oslibmsg.h,v 1.24 2004-01-30 22:10:06 bird Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 59 59 //Direct posting of messages that must remain invisible to the win32 app 60 60 BOOL OSLibPostMessageDirect(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam); 61 BOOL OSLibForwardMessageToAttachedThread(/*TEB*/ void *pvTeb, MSG *pMsg, void *hmm); 61 62 62 63 #define WINWM_NULL 0x0000
Note:
See TracChangeset
for help on using the changeset viewer.