ICEnroll::freeRequestInfo method (xenroll.h)

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The freeRequestInfo method releases session identifiers when they are no longer needed. This method was first defined in the ICEnroll interface.

Syntax

HRESULT freeRequestInfo(
  [in] BSTR PKCS7OrPKCS10
);

Parameters

[in] PKCS7OrPKCS10

Specifies the session identifier that represents the data.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

CEnroll

ICEnroll

ICEnroll2

ICEnroll3

ICEnroll4