IComponent::Notify method (mmc.h)
The IComponent::Notify method notifies the snap-in of actions taken by the user.
HRESULT Notify(
[in] LPDATAOBJECT lpDataObject,
[in] MMC_NOTIFY_TYPE event,
LPARAM arg,
LPARAM param
);
[in] lpDataObject
A pointer to the data object of the currently selected item.
[in] event
Identifies an action taken by a user. IComponent::Notify can receive the following notifications:
arg
Depends on the notification type.
param
Depends on the notification type.
This method can return one of these values.
For more information, see the individual notifications. The snap-in should return S_FALSE for any notification it does not handle.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |