Changeset 9463 for trunk/src/user32/win32wbase.h
- Timestamp:
- Dec 4, 2002, 4:23:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r9418 r9463 1 /* $Id: win32wbase.h,v 1.14 6 2002-11-20 12:59:06sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.147 2002-12-04 15:23:41 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 62 62 LPSTR string; /* Property string (or atom) */ 63 63 } PROPERTY; 64 65 //PostThreadMessage is done through Open32; which means the message id will be translated66 //(0xc00 added)67 #define OPEN32_MSGDIFF 0xC0068 #define WIN32APP_POSTMSG (0x1000+OPEN32_MSGDIFF)69 70 //PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay71 //this by posting a message72 //NOTE Must be smaller than WIN32APP_POSTMSG!73 #define WIN32APP_SETFOCUSMSG (WIN32APP_POSTMSG-1)74 #define WIN32APP_POSTPONEDESTROY (WIN32APP_POSTMSG-2)75 76 #define WIN32MSG_MAGICA 0x1234567877 #define WIN32MSG_MAGICW 0x1234567978 79 typedef struct80 {81 ULONG wParam;82 ULONG lParam;83 } POSTMSG_PACKET;84 64 85 65 #define HAS_DLGFRAME(style,exStyle) \
Note:
See TracChangeset
for help on using the changeset viewer.