MMCN_PROPERTY_CHANGE message

The MMCN_PROPERTY_CHANGE notification message is sent to the snap-in's IComponentData or IComponent implementation, whichever created the property pages, when the snap-in uses the MMCPropertyChangeNotify function to notify its views of changes.

Parameters

lpDataObject

This value is NULL because a data object is not required.

arg [in]

TRUE if the property change is for a scope item.

param

This is the parameter passed to MMCPropertyChangeNotify.

Return value

S_OK

The snap-in successfully handled the notification.

S_FALSE

The snap-in does not handle the notification. MMC then performs a default operation for the notification.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Mmc.h

See also

IComponent::Notify

IComponentData::Notify

MMCPropertyChangeNotify