IsWinEventHookInstalled.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/user32/hook.c".

Debug channel "hook".