NotifyWinEvent.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "hook".