Ignore:
Timestamp:
Jun 26, 1999, 3:21:53 PM (26 years ago)
Author:
sandervl
Message:

Spy and window message changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wndproc.h

    r134 r215  
    1 /* $Id: wndproc.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */
     1/* $Id: wndproc.h,v 1.4 1999-06-26 13:21:53 sandervl Exp $ */
    22
    33/*
     
    4646        void SetWindowHandle(HWND hwndProc) { hwnd = hwndProc; };
    4747
     48     LRESULT SendMessageA(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam);
     49
    4850 static BOOL FindWindowProc(Win32WindowProc *wndproc);
    4951
Note: See TracChangeset for help on using the changeset viewer.