IsWinEventHookInstalled (USER32.@)
BOOL IsWinEventHookInstalled ( DWORD dwEvent )
Determine if an event hook is installed for an event.
dwEvent | [In] | Id of the event. |
TRUE, If there are any hooks installed for the event. FALSE, Otherwise.
Not implemented.
Defined in "winuser.h".
Implemented in "dlls/user/hook.c". source.winehq.org/source/dlls/user/hook.c
Debug channel "hook".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.