ISnapinAbout::GetSnapinVersion

[This is preliminary documentation and subject to change.]

Enables the console to obtain the snap-in's version number.

HRESULT GetSnapinVersion(
  LPOLESTR* lpVersion  // Pointer to the version number.
);
 

Parameters

lpVersion
[out] Pointer to the text making up the snap-in's version number.

Return Values

S_OK
The version number was successfully obtained.

Remarks

Memory for out parameters must be allocated using CoTaskMemAlloc. This function is documented in the Platform SDK.

See Also

ISnapinAbout