ICertAdmin::ResubmitRequest

The ResubmitRequest method submits the specified request back to the policy module for the specified certificate server.

[VB] Long ResubmitRequest(
  BSTR strConfig, 
  long RequestId  
);
 
[JAVA] int ResubmitRequest(
  java.lang.String strConfig,  
  int RequestId                
);
 
[C++] HRESULT ResubmitRequest(
  BSTR const strConfig,  // in
  LONG RequestId,        // in
  LONG * pDisposition    // out, return value
);
 

Parameters

[VB][JAVA][C++] strConfig
Points to a valid configuration string for the certificate server. See ICertConfig::GetConfig.
[VB][JAVA][C++] RequestId
Specifies the ID of the request to resubmit.
[C++] pDisposition
Points to the return value. See Return Values.

Return Values

Returns a value specifying the disposition of the request. See return values listed for the ICertRequest::Submit method.

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 certadm.h.
  Import Library: Use certidl.lib.