DWbemContext.EndEnumeration

[This is preliminary documentation and subject to change.]

The DWbemContext.EndEnumeration method ends an enumeration sequence begun with DWbemContext.BeginEnumeration. This call is not required, but it releases as early as possible any system resources associated with the enumeration.

EndEnumeration( ) As Long
 

Parameters

None.

Return Values

WBEM_NO_ERROR Success.
WBEM_E_UNEXPECTED This call was made without a corresponding call to DWbemContext.BeginEnumeration.

See Also

DWbemContext.BeginEnumeration, DWbemContext.Next