Platform SDK: Certificate Enrollment Control

ICEnroll::freeRequestInfo [C++]

CEnroll.freeRequestInfo [Visual Basic]

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 string or BSTR parameter (containing either base64-encoded or binary PKCS #7 or #10 data) specifies which previously persisted store data will be cleaned up. Currently this method is not implemented.

[Visual Basic]
objEnroll.freeRequestInfo( _
            PKCS7OrPKCS10 As String )
[C++]
HRESULT freeRequestInfo(
  BSTR PKCS7OrPKCS10    // in
);

Parameters

[Visual Basic] objEnroll
Object expression that resolves to a CEnroll object.
[Visual Basic,C++] PKCS7OrPKCS10
BSTR (containing either base64-encoded PKCS #7 or #10 data) specifying which previously persisted store data is cleaned up.

Return Values

[Visual Basic] None.

[C++] The return value is an HRESULT. A value of S_OK indicates success.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with the Windows NT 4.0 Option Pack).
  Header: Declared in Xenroll.h.
  Library: Use Uuid.lib.