IsWinEventHookInstalled(3w)
NAME
IsWinEventHookInstalled (USER32.@)
SYNOPSIS
BOOL IsWinEventHookInstalled
(
DWORD dwEvent
)
DESCRIPTION
Determine if an event hook is installed for an event.
PARAMS
dwEvent [In] Id of the event.
RETURNS
TRUE, If there are any hooks installed for the event. FALSE, Otherwise.
BUGS
Not implemented.
IMPLEMENTATION
Defined in "winuser.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/hook.c".
- Debug channel "hook".