UnhookWinEvent (USER32.@)
BOOL UnhookWinEvent ( HWINEVENTHOOK hEventHook )
Remove an event hook for a set of events.
hEventHook | [In] | Event hook to remove. |
Success: TRUE. The event hook has been removed.
Failure: FALSE, if hEventHook is invalid.
Defined in "winuser.h".
Implemented in "dlls/user32/hook.c". source.winehq.org/source/dlls/user32/hook.c
Debug channel "hook".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.