ICertExit::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.

QuickInfo

  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.