Changeset 215 for trunk/include


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

Spy and window message changes

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/spy.h

    r209 r215  
    1 /* $Id: spy.h,v 1.3 1999-06-26 10:55:49 achimha Exp $ */
     1/* $Id: spy.h,v 1.4 1999-06-26 13:21:53 sandervl Exp $ */
    22
    33/*
     
    2525
    2626#ifdef DEBUG
    27 VOID PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
     27BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
    2828#else
    2929#define PostSpyMessage(a,b,c,d) FALSE
  • 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.