IWbemQualifierSet::EndEnumeration method (wbemcli.h)

Call the IWbemQualifierSet::EndEnumeration method when you plan to terminate enumerations initiated with IWbemQualifierSet::BeginEnumeration and IWbemQualifierSet::Next. This call is recommended, but not required. It immediately releases resources associated with the enumeration.

Syntax

HRESULT EndEnumeration();

Return value

This method returns an HRESULT indicating the status of the method call. The following list lists the value contained within an HRESULT.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wbemcli.h (include Wbemidl.h)
Library Wbemuuid.lib
DLL Fastprox.dll; Krnlprov.dll; Ncprov.dll; Wbemcore.dll

See also

IWbemQualifierSet

IWbemQualifierSet::BeginEnumeration

IWbemQualifierSet::Next