[This is preliminary documentation and subject to change.]
The IWbemContext::EndEnumeration method ends an enumeration sequence that begins with IWbemContext::BeginEnumeration. This call is not required, but it releases as early as possible any system resources associated with the enumeration.
HRESULT EndEnumeration( );
None.
WBEM_NO_ERROR | Success. |
WBEM_E_UNEXPECTED | This call was made without a corresponding call to IwbemContext::BeginEnumeration. |
IWbemContext::BeginEnumeration, IWbemContext::Next