[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.
);
 Memory for out parameters must be allocated using CoTaskMemAlloc. This function is documented in the Platform SDK.