Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

GetDescription

The GetDescription method returns a human readable description of the policy module and its function.

[VB] BSTR GetDescription(void);
[JAVA] java.lang.String GetDescription(void);
[C++] HRESULT GetDescription(
  BSTR * pstrDescription  // out, return value
);
 

Parameters

[C++] pstrDescription
Points to the return value. See Return Values.

Return Values

Returns a string describing the policy module and its function.


Share this article: