Changeset 6973 for trunk/include/win/hook.h
- Timestamp:
- Oct 9, 2001, 7:18:39 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/hook.h
r6859 r6973 1 /* $Id: hook.h,v 1. 4 2001-09-28 14:06:39 phaller Exp $ */1 /* $Id: hook.h,v 1.5 2001-10-09 05:18:39 phaller Exp $ */ 2 2 3 3 /* … … 30 30 31 31 extern BOOL ProcessKbdHook(LPMSG msg, BOOL remove ); 32 extern BOOL ProcessKbdHookLL(LPMSG msg, BOOL remove);32 extern BOOL ProcessKbdHookLL(LPMSG msg, BOOL flagRemove, BOOL flagInjected ); 33 33 34 34 #endif /* __WINE_HOOK_H */
Note:
See TracChangeset
for help on using the changeset viewer.