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 "include/winuser.h". gitlab.winehq.org/wine/wine/blob/master/include/winuser.h

Implemented in "dlls/user32/hook.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/hook.c

Debug channel "hook".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.