ICertRequest::GetDispositionMessage

The GetDispositionMessage method gets a human-readable message for the current disposition of the certificate request. Note that the message returned here may have more detail than the returned error code. For example, GetLastStatus may return CR_DISP_DENIED, while GetDispositionMessage will return a detailed reason why the request was denied.

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

Parameters

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

Return Values

Returns a string containing a human-readable message for the current disposition of the certificate request.

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 certcli.h.
  Import Library: Use certidl.lib.