.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IConnectionPoint_OnChanged 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIConnectionPoint_OnChanged\fR (SHLWAPI.285) .SH SYNOPSIS HRESULT IConnectionPoint_OnChanged ( IConnectionPoint* \fIlpCP\fR, DISPID \fIdispID\fR ) .SH DESCRIPTION .PP Notify an \fBIConnectionPoint\fR object of changes. .SH PARAMS \fIlpCP\fR \fB[In]\fR Object to notify. .PP \fIdispID\fR \fB[In]\fR \fB.\fR .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_NOINTERFACE\fR, if \fIlpCP\fR is \fBNULL\fR or does not support the IConnectionPoint interface. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.