Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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

This function checks for a license.

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


WMIQuery.New - WMIQuery.PropertyNames