Changeset 2250 for trunk/src/user32/win32wbase.h
- Timestamp:
- Dec 29, 1999, 3:37:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2204 r2250 1 /* $Id: win32wbase.h,v 1.5 8 1999-12-26 17:30:19 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.59 1999-12-29 14:37:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 41 41 #define WIN32APP_USERMSGBASE 0x1000 42 42 #define WIN32APP_POSTMSG 0x1000 43 #define WIN32MSG_MAGICA 0x12345678 44 #define WIN32MSG_MAGICW 0x12345679 43 45 44 46 typedef struct … … 47 49 ULONG wParam; 48 50 ULONG lParam; 49 ULONG fUnicode;50 51 } POSTMSG_PACKET; 51 52 … … 82 83 ULONG MsgHitTest(MSG *msg); 83 84 ULONG MsgNCPaint(); 84 ULONG DispatchMsg(MSG *msg); 85 ULONG DispatchMsgA(MSG *msg); 86 ULONG DispatchMsgW(MSG *msg); 85 87 86 88 ULONG MsgSetText(LPSTR lpsz, LONG cch); … … 205 207 LRESULT SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam); 206 208 LRESULT SendMessageW(ULONG msg, WPARAM wParam, LPARAM lParam); 207 BOOL PostMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);208 BOOL PostMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);209 ULONG PostMessage(POSTMSG_PACKET *packet);210 static BOOL PostThreadMessageA(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam);211 static BOOL PostThreadMessageW(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam);212 209 static LRESULT BroadcastMessageA(int type, UINT msg, WPARAM wParam, LPARAM lParam); 213 210 static LRESULT BroadcastMessageW(int type, UINT msg, WPARAM wParam, LPARAM lParam);
Note:
See TracChangeset
for help on using the changeset viewer.