ISnapinAbout interface (mmc.h)
The ISnapinAbout interface enables the console to get copyright and version information from a snap-in. The console also uses this interface to obtain images for the static folder from the snap-in.
Inheritance
The ISnapinAbout interface inherits from the IUnknown interface. ISnapinAbout also has these types of members:
Methods
The ISnapinAbout interface has these methods.
| ISnapinAbout::GetProvider The ISnapinAbout::GetProvider method enables the console to obtain the snap-in provider name. |
| ISnapinAbout::GetSnapinDescription Enables the console to obtain the text for the snap-in's description box. |
| ISnapinAbout::GetSnapinImage Enables the console to obtain the snap-in's main icon to be used in the About box. |
| ISnapinAbout::GetSnapinVersion Enables the console to obtain the snap-in's version number. |
| ISnapinAbout::GetStaticFolderImage The ISnapinAbout::GetStaticFolderImage method allows the console to obtain the static folder images for the scope and result panes. |
Requirements
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | mmc.h |