NAME

UnhookWinEvent  (USER32.@)

SYNOPSIS

 BOOL UnhookWinEvent
 (
  HWINEVENTHOOK hEventHook
 )

DESCRIPTION

Remove an event hook for a set of events.

PARAMS

hEventHook [In] Event hook to remove.

RETURNS

Success: TRUE. The event hook has been removed.

Failure: FALSE, if hEventHook is invalid.

IMPLEMENTATION

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 Jan 2008.