Scroll to navigation

NotifyWinEvent(3w) Wine API 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

Declared in "winuser.h".
Implemented in "dlls/user32/hook.c".
Debug channel "hook".
Oct 2012 Wine API