Ignore:
Timestamp:
Dec 16, 1999, 1:09:32 AM (26 years ago)
Author:
sandervl
Message:

header updates for user32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r2078 r2081  
    1 /* $Id: winconst.h,v 1.14 1999-12-14 19:15:05 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.15 1999-12-16 00:09:31 sandervl Exp $ */
    22
    33/*
     
    270270
    271271#define ERROR_INVALID_WINDOW_HANDLE_W           1400L
     272
     273  /* Hook values */
     274#define WH_MIN_W              (-1)
     275#define WH_MSGFILTER_W        (-1)
     276#define WH_JOURNALRECORD_W    0
     277#define WH_JOURNALPLAYBACK_W  1
     278#define WH_KEYBOARD_W         2
     279#define WH_GETMESSAGE_W       3
     280#define WH_CALLWNDPROC_W      4
     281#define WH_CBT_W              5
     282#define WH_SYSMSGFILTER_W     6
     283#define WH_MOUSE_W            7
     284#define WH_HARDWARE_W         8
     285#define WH_DEBUG_W            9
     286#define WH_SHELL_W            10
     287#define WH_FOREGROUNDIDLE_W   11
     288#define WH_CALLWNDPROCRET_W   12
     289#define WH_MAX_W              12
     290
     291#define WH_MINHOOK_W          WH_MIN_W
     292#define WH_MAXHOOK_W          WH_MAX_W
     293#ifndef WH_NB_HOOKS
     294#define WH_NB_HOOKS           (WH_MAXHOOK_W-WH_MINHOOK_W+1)
     295#endif
Note: See TracChangeset for help on using the changeset viewer.