NotifyWinEvent (USER32.@)
void NotifyWinEvent ( DWORD event, HWND hwnd, LONG object_id, LONG child_id )
Inform the OS that an event has occurred.
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. |
Nothing.
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 Nov 2008.