Ignore:
Timestamp:
Feb 5, 2002, 6:59:31 PM (24 years ago)
Author:
sandervl
Message:

message handling changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r7765 r7801  
    1 /* $Id: win32wbase.h,v 1.138 2002-01-12 14:09:31 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.139 2002-02-05 17:59:01 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    8282        ULONG           lParam;
    8383} POSTMSG_PACKET;
    84 
    85 #define BROADCAST_SEND          0
    86 #define BROADCAST_POST          1
    8784
    8885#define HAS_DLGFRAME(style,exStyle) \
     
    190187
    191188         LONG   getLastHitTestVal()             { return lastHitTestVal; }
     189         void   setLastHitTestVal(LONG hittest) { lastHitTestVal = hittest; }
    192190
    193191         DWORD  getWindowContextHelpId()        { return contextHelpId; };
     
    323321 SCROLLBAR_INFO *getScrollInfo(int nBar);
    324322
    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 
    331323       LRESULT  DefWindowProcA(UINT Msg, WPARAM wParam, LPARAM lParam);
    332324       LRESULT  DefWindowProcW(UINT msg, WPARAM wParam, LPARAM lParam);
     
    374366        BOOL  CreateWindowExA(CREATESTRUCTA *lpCreateStruct, ATOM classAtom);
    375367#endif
    376        LRESULT  SendInternalMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);
    377        LRESULT  SendInternalMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);
    378368        void    Init();
    379369
     
    417407                 fIsModalDialog:1,
    418408                 fIsModalDialogOwner:1,
    419                  fInternalMsg:1,         //Used to distinguish between messages
    420                                          //sent by PM and those sent by apps
    421409                 fParentChange:1,
    422410                 fDestroyWindowCalled:1, //DestroyWindow was called for this window
Note: See TracChangeset for help on using the changeset viewer.