ISnapinAbout.GetSnapinVersion(IntPtr) Method

Definition

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

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

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

Parameters

lpVersion
IntPtr

nativeint

A return value that contains text specifying the version number for the snap-in. 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