Edit

Share via


ISnapinAbout.GetProvider(IntPtr) Method

Definition

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.

Applies to