NAME

NotifyWinEvent  (USER32.@)

SYNOPSIS

 void NotifyWinEvent
 (
  DWORD event,
  HWND  hwnd,
  LONG  object_id,
  LONG  child_id
 )

DESCRIPTION

Inform the OS that an event has occurred.

PARAMS

event [In] Id of the event.
hwnd [In] Window holding the object that created the event.
object_id [In] Type of object that created the event.
child_id [In] Child object of nId, or CHILDID_SELF.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/hook.c". source.winehq.org/source/dlls/user32/hook.c

Debug channel "hook".


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