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
);
Returns a string describing the policy module and its function.
Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in certexit.h.
Import Library: Use certidl.lib.