CSnapInItemImpl::Notify

STDMETHOD(Notify)(MMC_NOTIFY_TYPE event, long arg, long param, IComponentData* pComponentData, IComponent* pComponent, DATA_OBJECT_TYPES type) = 0;

Parameters

event

[in] Identifies an action taken by a user. The following notifications are possible:

arg

[in] Depends on the notification type.

param

[in] Depends on the notification type.

pComponentData

[out] A pointer to the object implementing IComponentData. This parameter is NULL if the notification is not being forwarded from IComponentData::Notify.

pComponent

[out] A pointer to the object that implements IComponent. This parameter is NULL if the notification is not being forwarded from IComponent::Notify.

type

[in] Specifies the type of object. It can have one of the following values:

Remarks

Called when the snap-in object is acted upon by the user.

CSnapInItemImpl OverviewClass Members