ISnapinAbout::GetProvider method (mmc.h)

The ISnapinAbout::GetProvider method enables the console to obtain the snap-in provider name.

Syntax

HRESULT GetProvider(
  [out] LPOLESTR *lpName
);

Parameters

[out] lpName

A pointer to the text of the snap-in provider name.

Return value

This method can return one of these values.

Remarks

Memory for out parameters must be allocated using the COM API function CoTaskMemAlloc.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h

See also

ISnapinAbout