NotifyWinEvent(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/hook.c".
- Debug channel "hook".