ISnapinAbout.GetSnapinVersion(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.