Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: