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.

freeRequestInfo

The freeRequestInfo method is used to clean up the stores if an error occurs or if the acceptance of a PKCS 7 is not performed for some reason. The BSTR (containing either base64 encoded PKCS 7 or 10 data) parameter specifies which previously persisted store data gets cleaned up. Currently not implemented.

[VB] void freeRequestInfo (
  BSTR PKCS7OrPKCS10
);
 
[C++] HRESULT freeRequestInfo (
  BSTR PKCS7OrPKCS10 // in
);
 

Parameters

[VB][C++] PKCS7OrPKCS10
The BSTR (containing either base64 encoded PKCS 7 or 10 data) specifies which previously persisted store data gets cleaned up.

Return Values

Returns S_OK.


Share this article: