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
);
Returns a string containing a human-readable message for the current disposition of the certificate request.
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.