ISnapinAbout::GetSnapinDescription

[This is preliminary documentation and subject to change.]

Enables the console to obtain the text for the snap-in's description box.

HRESULT GetSnapinDescription(
  LPOLESTR * lpDescription  // Pointer to the description text.
);
 

Parameters

lpDescription
[out] Pointer to the text for the description box on an About property page.

Return Values

S_OK
The text was successfully obtained.

Remarks

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

See Also

ISnapinAbout