.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SendNotify 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSendNotify\fR (COMCTL32.341) .SH SYNOPSIS LRESULT SendNotify ( HWND \fIhwndTo\fR, HWND \fIhwndFrom\fR, UINT \fIuCode\fR, LPNMHDR \fIlpHdr\fR ) .SH DESCRIPTION .PP Sends a \fBWM_NOTIFY\fR message to the specified window. .SH PARAMS \fIhwndTo\fR \fB[In]\fR Window to receive the message. .PP \fIhwndFrom\fR \fB[In]\fR Window that the message is from (see notes). .PP \fIuCode\fR \fB[In]\fR Notification code. .PP \fIlpHdr\fR \fB[In]\fR The \fBNMHDR\fR and any additional information to send or \fBNULL\fR. .PP .SH RETURNS .PP \fBSuccess:\fR return value from notification .PP \fBFailure:\fR \fB0.\fR .SH NOTES .PP If \fIhwndFrom\fR is \fB-1\fR then the identifier of the control sending the message is taken from the \fBNMHDR\fR structure. If \fIhwndFrom\fR is not \fB-1\fR then \fIlpHdr\fR can be \fBNULL\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/comctl32undoc.c"\fR. .PP Debug channel \fB"commctrl"\fR.