Ignore:
Timestamp:
Aug 2, 2000, 1:18:26 AM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3750 r3910  
    1 /* $Id: win32api.h,v 1.16 2000-06-25 09:45:34 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.17 2000-08-01 23:18:26 sandervl Exp $ */
    22
    33/*
     
    5252BOOL   WIN32API PostMessageA(HWND,UINT,WPARAM,LPARAM);
    5353BOOL   WIN32API PostMessageW(HWND,UINT,WPARAM,LPARAM);
     54LRESULT WIN32API SendMessageA(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
     55LRESULT WIN32API SendMessageW(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
    5456
    5557BOOL   WIN32API IsWindow(HWND);
Note: See TracChangeset for help on using the changeset viewer.