Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

WMIQuery.Next

Queries the next item in the result of a query.

Component Version macOS Windows Linux Server iOS SDK
WMIQuery 5.2 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "WMIQuery.Next"; WMIQueryRef )   More

Parameters

Parameter Description Example
WMIQueryRef The reference to the query. Create it with WMIQuery.New and destroy them with WMIQuery.Release. $ref

Result

Returns OK, End of list or error.

Description

Queries the next item in the result of a query.
Returns OK if we have a next one or "End of list" in case of end.

See also

Example Databases

Created 22nd June 2015, last changed 22nd June 2015


WMIQuery.New - WMIQuery.PropertyNames

Feedback: Report problem or ask question.