SendNotifyEx (COMCTL32.342)
LRESULT SendNotifyEx ( HWND hwndTo, HWND hwndFrom, UINT code, NMHDR* hdr, DWORD dwParam5 )
Sends a WM_NOTIFY message to the specified window.
hwndFrom | [In] | Window to receive the message. |
hwndTo | [In] | Window that the message is from. |
code | [In] | Notification code. |
hdr | [In] | The NMHDR and any additional information to send or NULL. |
dwParam5 | [In] | Unknown. |
Success: return value from notification
Failure: 0.
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.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/commctrl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.