IComponent::Notify method (mmc.h)
The IComponent::Notify method notifies the snap-in of actions taken by the user.
Syntax
HRESULT Notify(
[in] LPDATAOBJECT lpDataObject,
[in] MMC_NOTIFY_TYPE event,
LPARAM arg,
LPARAM param
);
Parameters
[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.
Return value
This method can return one of these values.
Remarks
For more information, see the individual notifications. The snap-in should return S_FALSE for any notification it does not handle.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |