ISnapinHelp2 interface (mmc.h)

The ISnapinHelp2 interface is introduced in MMC 1.1.

The ISnapinHelp2 interface allows snap-ins to add HTML Help support.ISnapinHelp2 is a new version of the ISnapinHelp interface for MMC 1.1.

ISnapinHelp2 is the same as ISnapinHelp with the addition of the following method:

Inheritance

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

Methods

The ISnapinHelp2 interface has these methods.

 
ISnapinHelp2::GetLinkedTopics

Enables a snap-in to specify the names and locations of any HTML Help files that are linked to the snap-in's Help file (specified in the GetHelpTopic method).

Requirements

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

See also

Adding HTML Help Support