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 );
Returns a value specifying the disposition of the request. See return values listed for the ICertRequest::Submit method.