IOleAdviseHolder::SendOnClose
Sends
notification that the object has closed to all advisory sinks currently
registered with the advise holder.
HRESULT
SendOnClose();
Return Value
S_OK
Advise sinks
were notified of the close operation through a call to the IAdviseSink::OnClose
method.
Remarks
IOleAdviseHolder::SendOnClose must call IAdviseSink::OnClose
See Also