IPicture::PictureChanged method (ocidl.h)

Notifies the picture object that its picture resource has changed. This method only calls IPropertyNotifySink::OnChanged with DISPID_PICT_HANDLE for any connected sinks.

Syntax

HRESULT PictureChanged();

Return value

This method S_OK if it succeeds and E_FAIL if the picture object is uninitialized.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ocidl.h

See also

IPicture