ICertRequest::GetRequestId

The GetRequestId method gets the current internal request number for the request and subsequent certificate. This can be used to reference a request unambiguously to a server administrator, or other interface.

[VB] Long GetRequestId(void);
 
[JAVA] int GetRequestId(void);
 
[C++] HRESULT GetRequestId(
  LONG *pRequestId    // out, return value
);
 

Parameters

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

Return Values

Returns a value specifying the current internal request number for the request and subsequent certificate.

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.