Ignore:
Timestamp:
Jan 12, 2004, 10:56:06 AM (22 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/kbdhook.h

    r10286 r10383  
    1010#define __KBDHOOK_H
    1111
     12
     13/*
     14 * HK_PREACCEL:
     15 *      additional undocumented PM hook type
     16 */
     17
     18#ifndef HK_PREACCEL
     19#define HK_PREACCEL             17
     20#endif
     21
    1222/**************************************************************/
    1323/* Try to load the Presentation Manager Keyboard Hook module. */
     
    2030
    2131
    22 typedef BOOL  (* WIN32API PFN_HOOKINIT)(HAB hab, char *lpszWindowClass);
     32typedef BOOL  (* WIN32API PFN_HOOKINIT)(ULONG hab, char *lpszWindowClass);
    2333typedef BOOL  (* WIN32API PFN_HOOKTERM)(void);
    2434
     35BOOL WIN32API hookInit(ULONG hab);
     36BOOL WIN32API hookKill(ULONG hab);
    2537
    2638#endif  // __KBDHOOK_H
Note: See TracChangeset for help on using the changeset viewer.