GetDescription

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

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

Parameters

[C++] strDescription
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.