Changeset 10383 for trunk/include/kbdhook.h
- Timestamp:
- Jan 12, 2004, 10:56:06 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/kbdhook.h
r10286 r10383 10 10 #define __KBDHOOK_H 11 11 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 12 22 /**************************************************************/ 13 23 /* Try to load the Presentation Manager Keyboard Hook module. */ … … 20 30 21 31 22 typedef BOOL (* WIN32API PFN_HOOKINIT)( HABhab, char *lpszWindowClass);32 typedef BOOL (* WIN32API PFN_HOOKINIT)(ULONG hab, char *lpszWindowClass); 23 33 typedef BOOL (* WIN32API PFN_HOOKTERM)(void); 24 34 35 BOOL WIN32API hookInit(ULONG hab); 36 BOOL WIN32API hookKill(ULONG hab); 25 37 26 38 #endif // __KBDHOOK_H
Note:
See TracChangeset
for help on using the changeset viewer.