ISnapinAbout::GetSnapinVersion method (mmc.h)

The ISnapinAbout::GetSnapinVersion method enables the console to obtain the snap-in's version number.

Syntax

HRESULT GetSnapinVersion(
  [out] LPOLESTR *lpVersion
);

Parameters

[out] lpVersion

A pointer to the text of the snap-in version number.

Return value

This method can return one of these values.

Remarks

Memory for out parameters must be allocated using the COM 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