Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.62 KB

nf-ocidl-ipropertynotifysink-onchanged.md

File metadata and controls

71 lines (58 loc) · 2.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ocidl.IPropertyNotifySink.OnChanged
IPropertyNotifySink::OnChanged (ocidl.h)
Notifies a sink that a bindable property has changed.
IPropertyNotifySink interface [COM]
OnChanged method
IPropertyNotifySink.OnChanged
IPropertyNotifySink::OnChanged
OnChanged
OnChanged method [COM]
OnChanged method [COM]
IPropertyNotifySink interface
_ctrl_ipropertynotifysink_onchanged
com.ipropertynotifysink_onchanged
ocidl/IPropertyNotifySink::OnChanged
com\ipropertynotifysink_onchanged.htm
com
71ab5206-5127-45f1-a2b5-3fbcc867d678
12/05/2018
IPropertyNotifySink interface [COM],OnChanged method, IPropertyNotifySink.OnChanged, IPropertyNotifySink::OnChanged, OnChanged, OnChanged method [COM], OnChanged method [COM],IPropertyNotifySink interface, _ctrl_ipropertynotifysink_onchanged, com.ipropertynotifysink_onchanged, ocidl/IPropertyNotifySink::OnChanged
ocidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OCIdl.idl
Windows
19H1
IPropertyNotifySink::OnChanged
ocidl/IPropertyNotifySink::OnChanged
c++
APIRef
kbSyntax
COM
OCIdl.h
IPropertyNotifySink.OnChanged

IPropertyNotifySink::OnChanged

-description

Notifies a sink that a bindable property has changed.

-parameters

-param dispID [in]

The dispatch identifier of the property that changed, or DISPID_UNKNOWN if multiple properties have changed. The client (owner of the sink) should retrieve the current value of each property of interest from the object that generated the notification.

-returns

This method returns S_OK in all cases.

-remarks

S_OK is returned in all cases even when the sink does not need [bindable] properties or when some other failure has occurred. In short, the calling object simply sends the notification and cannot attempt to use an error code (such as E_NOTIMPL) to determine whether to not send the notification in the future. Such semantics are not part of this interface.

-see-also

IPropertyNotifySink