Changeset 7801 for trunk/src/user32/win32wbase.h
- Timestamp:
- Feb 5, 2002, 6:59:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r7765 r7801 1 /* $Id: win32wbase.h,v 1.13 8 2002-01-12 14:09:31 sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.139 2002-02-05 17:59:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 82 82 ULONG lParam; 83 83 } POSTMSG_PACKET; 84 85 #define BROADCAST_SEND 086 #define BROADCAST_POST 187 84 88 85 #define HAS_DLGFRAME(style,exStyle) \ … … 190 187 191 188 LONG getLastHitTestVal() { return lastHitTestVal; } 189 void setLastHitTestVal(LONG hittest) { lastHitTestVal = hittest; } 192 190 193 191 DWORD getWindowContextHelpId() { return contextHelpId; }; … … 323 321 SCROLLBAR_INFO *getScrollInfo(int nBar); 324 322 325 LRESULT SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);326 LRESULT SendMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);327 static LRESULT BroadcastMessageA(int type, UINT msg, WPARAM wParam, LPARAM lParam);328 static LRESULT BroadcastMessageW(int type, UINT msg, WPARAM wParam, LPARAM lParam);329 void CallWindowHookProc(ULONG hooktype, ULONG Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode = FALSE);330 331 323 LRESULT DefWindowProcA(UINT Msg, WPARAM wParam, LPARAM lParam); 332 324 LRESULT DefWindowProcW(UINT msg, WPARAM wParam, LPARAM lParam); … … 374 366 BOOL CreateWindowExA(CREATESTRUCTA *lpCreateStruct, ATOM classAtom); 375 367 #endif 376 LRESULT SendInternalMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);377 LRESULT SendInternalMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);378 368 void Init(); 379 369 … … 417 407 fIsModalDialog:1, 418 408 fIsModalDialogOwner:1, 419 fInternalMsg:1, //Used to distinguish between messages420 //sent by PM and those sent by apps421 409 fParentChange:1, 422 410 fDestroyWindowCalled:1, //DestroyWindow was called for this window
Note:
See TracChangeset
for help on using the changeset viewer.