.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IUnknown_CPContainerOnChanged 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIUnknown_CPContainerOnChanged\fR (SHLWAPI.287) .SH SYNOPSIS HRESULT IUnknown_CPContainerOnChanged ( IUnknown* \fIlpUnknown\fR, DISPID \fIdispID\fR ) .SH DESCRIPTION .PP Notify an \fBIConnectionPointContainer\fR object of changes. .SH PARAMS \fIlpUnknown\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 \fIlpUnknown\fR is \fBNULL\fR or does not support the IConnectionPointContainer 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.