[This is preliminary documentation and subject to change.]
Use the DIEnumWbemClassObject.Skip method to move the current cursor position ahead by a specified number of objects. This also affects subsequent calls to NextAsync, but it does not affect pending deliveries begun with NextAsync.
Skip(
  [in] lTimeOut As Long,
  [in] nCount As Long
) As Long
 | WBEM_NO_ERROR | The call succeeded, and the cursor position has been updated. | 
| WBEM_S_FALSE | The call failed, and the cursor position is at its original position before the call. | 
For more information on return values see Visual Basic error handeling and return values.