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.


© 1997 by Microsoft Corporation. All rights reserved.