ISnapinAbout.GetSnapinDescription(IntPtr) Method

Definition

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

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

public:
 void GetSnapinDescription([Runtime::InteropServices::Out] IntPtr % lpDescription);
public void GetSnapinDescription (out IntPtr lpDescription);
abstract member GetSnapinDescription : nativeint -> unit
Public Sub GetSnapinDescription (ByRef lpDescription As IntPtr)

Parameters

lpDescription
IntPtr

nativeint

A return value that contains the text for the description box on an About property page. This parameter is passed uninitialized.

Remarks

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

Applies to