Move to the next item in the query results, as shown in Table 23.

Table 23. HRESULT Next(void) Query Returns

HRRESULT

Description

S_OK

Moved to the next result; you can use GetProperty to retrieve properties of that result.

S_FALSE

There are no more items in the list.

E_NOT_SET

There are no query results

 

Related Topics

IWmiIteration Interface