ISnapinAbout Interface

Definition

Allows the console to get copyright and version information and images for the static folder from a snap-in.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class ISnapinAbout
[System.Runtime.InteropServices.Guid("1245208C-A151-11D0-A7D7-00C04FD909DD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISnapinAbout
[<System.Runtime.InteropServices.Guid("1245208C-A151-11D0-A7D7-00C04FD909DD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISnapinAbout = interface
Public Interface ISnapinAbout
Attributes

Remarks

For more information about programming with the ISnapinAbout interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Methods

GetProvider(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Obtains the provider name of the snap-in.

GetSnapinDescription(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the console to get the text for the description box on the About property page for the snap-in.

GetSnapinImage(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the console to get the main icon that is used in the About property page for a snap-in.

GetSnapinVersion(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the console to get the version number for the snap-in.

GetStaticFolderImage(IntPtr, IntPtr, IntPtr, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Allows the console to get the static folder images for the scope and results panes.

Applies to