[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
None.
WBEM_NO_ERROR | Success. |
WBEM_E_UNEXPECTED | This call was made without a corresponding call to DWbemContext.BeginEnumeration. |
DWbemContext.BeginEnumeration, DWbemContext.Next