IRequiredExtensions interface (mmc.h)

The IRequiredExtensions interface is introduced in MMC 1.1.

The IRequiredExtensions interface enables a snap-in to add some or all of the extension snap-ins registered for your snap-in.

Inheritance

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

Methods

The IRequiredExtensions interface has these methods.

 
IRequiredExtensions::EnableAllExtensions

The IRequiredExtensions::EnableAllExtensions method enables the snap-in to specify that all extension snap-ins registered for the snap-in are required.
IRequiredExtensions::GetFirstExtension

Enables the snap-in to specify the first extension snap-in its list of required extension snap-ins.
IRequiredExtensions::GetNextExtension

Enables the snap-in to specify the next extension snap-in in its list of required extension snap-ins.

Requirements

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