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.


© 1997 by Microsoft Corporation. All rights reserved.