ISnapinAbout.GetProvider(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.
Obtains the provider name of the snap-in.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void GetProvider([Runtime::InteropServices::Out] IntPtr % pName);
public void GetProvider (out IntPtr pName);
abstract member GetProvider : nativeint -> unit
Public Sub GetProvider (ByRef pName As IntPtr)
Parameters
- pName
-
IntPtr
nativeint
A return value that contains the provider name of 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.