SendNotify (COMCTL32.341)
LRESULT SendNotify ( HWND hwndTo, HWND hwndFrom, UINT uCode, LPNMHDR lpHdr )
Sends a WM_NOTIFY message to the specified window.
hwndTo | [In] | Window to receive the message. |
hwndFrom | [In] | Window that the message is from (see notes). |
uCode | [In] | Notification code. |
lpHdr | [In] | The NMHDR and any additional information to send or NULL. |
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/comctl32undoc.c". source.winehq.org/source/dlls/comctl32/comctl32undoc.c
Debug channel "commctrl".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.