Ignore:
Timestamp:
Nov 25, 1999, 8:22:04 PM (26 years ago)
Author:
sandervl
Message:

desktop + misc fixes

File:
1 edited

Legend:

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

    r1831 r1839  
    1 /* $Id: win32wbase.h,v 1.45 1999-11-24 19:32:23 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.46 1999-11-25 19:22:03 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    207207       LRESULT  SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);
    208208       LRESULT  SendMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);
     209       LRESULT  SendMessageToProcess(UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode);
    209210       BOOL     PostMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);
    210211       BOOL     PostMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);
Note: See TracChangeset for help on using the changeset viewer.