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.
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.