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.

GetLastStatus

The GetLastStatus method gets the last return code for this request. This returns the error information, rather than the status of the request.

[VB] long GetLastStatus(void);
[JAVA] int GetLastStatus(void);
[C++] HRESULT GetLastStatus(
  LONG * pStatus  // out, return value
);
 

Parameters

[C++] pStatus
See Return Values.

Return Values

Returns a value specifying the last return code (disposition) for the request. See disposition return values listed for the ICertRequest::Submit method.


Share this article: