SendNotifyEx.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SendNotifyEx (COMCTL32.342)

SYNOPSIS

LRESULT SendNotifyEx
 (
  HWND    hwndTo,
  HWND    hwndFrom,
  UINT    uCode,
  LPNMHDR lpHdr,
  DWORD   dwParam5
 )

DESCRIPTION

Sends a WM_NOTIFY message to the specified window.

PARAMS

hwndFrom [In] Window to receive the message.

hwndTo [In] Window that the message is from.

uCode [In] Notification code.

lpHdr [In] The NMHDR and any additional information to send or NULL.

dwParam5 [In] Unknown.

RETURNS

Success: return value from notification

Failure: 0.

NOTES

If hwndFrom is -1 then the identifier of the control sending the message is taken from the NMHDR structure. If hwndFrom is not -1 then lpHdr can be NULL.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/comctl32/comctl32undoc.c".

Debug channel "commctrl".