ITNotification::ChangeNotification

[This is preliminary documentation and subject to change.]

This method notifies the component of a change in an aggregating component property. NotificationId is the dispatch id of the modified property in the ITConference interface of the aggregating component.

HRESULT ChangeNotification(
  [in] RND_NOTIFICATION_ID NotificationId,
  [in] VARIANT newVal
);
 

Parameters

NotificationId
[in] Notification Identifier for type of change.
newVal
[in] Variant containing new value for item changed.

Return Values

TBD