IViewExtensionCallback interface (mmc.h)

The IViewExtensionCallback interface is used to add a view to the result pane. During the call to the view extension's IExtendView::GetViews method, MMC provides an IViewExtensionCallback interface pointer; this pointer is valid only during the call and should not be saved for later use.

Inheritance

The IViewExtensionCallback interface inherits from the IUnknown interface. IViewExtensionCallback also has these types of members:

Methods

The IViewExtensionCallback interface has these methods.

 
IViewExtensionCallback::AddView

Adds a view to the result pane.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h

See also

Extending Views

IExtendView

IExtendView::GetViews

View Extension Mechanism