MMCN_VIEW_CHANGE

[This is preliminary documentation and subject to change.]

Sent to the snap-in's IComponent implementation so it can update all views when a change occurs.

Parameters

lpDataObject
[in] Pointer to the data object passed to IConsole::UpdateAllViews.
arg
[in] The data parameter passed to IConsole::UpdateAllViews.
param
[in] The hint parameter passed to IConsole::UpdateAllViews.

Return Values

Not used.

Remarks

This notification is generated when the snap-in (IComponent or IComponentData) calls IConsole::UpdateAllViews.

See Also

IComponent::Notify, IConsole::UpdateAllViews