table of contents
other versions
- wheezy 1.4.1-4
IsWinEventHookInstalled(3w) | Wine API | 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¶
Declared in "winuser.h". Implemented in "dlls/user32/hook.c". Debug channel "hook".Oct 2012 | Wine API |