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.

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.


Share this article: