ICertServerExit::EnumerateAttributesClose method (certif.h)

The EnumerateAttributesClose method frees any resources connected with attribute enumeration.

All applications that use ICertServerExit::EnumerateAttributesSetup or ICertServerExit::EnumerateAttributes should call EnumerateAttributesClose when finished enumerating.

Syntax

HRESULT EnumerateAttributesClose();

Return value

VB

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header certif.h (include Certsrv.h)
Library Certidl.lib
DLL Certcli.dll

See also

ICertServerExit

ICertServerExit::EnumerateAttributes

ICertServerExit::EnumerateAttributesSetup