Share via


IVoIPCallerInfoDBEnum::Skip (Windows Embedded CE 6.0)

1/6/2010

This method skips the specified number of elements in the enumeration sequence.

Syntax

HRESULT Skip( 
  unsigned long celt 
);

Parameters

  • celt
    [in] Number of elements to skip.

Return Value

The following table shows the possible return values.

Value Description

VOIP_E_ENUMOUTOFDATE

The database was modified or the internal seek pointer was moved, which rendered the enumerator out of date. No items were fetched. The application must call IVoIPCallerInfoDBEnum::Reset to restore the out-of-date enumerator.

VOIP_E_NOTINITIALIZED

The database was not initialized.

S_OK

Specified number of records was skipped.

S_FALSE

The enumerator ran out of items. Some of the records were skipped.

Remarks

Note

This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.

Requirements

Header Voipstore.h, voipstore.idl
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IVoIPCallerInfoDBEnum
VAIL Database Store Reference
IVoIPCallerInfoDBEnum::Next
IVoIPCallerInfoDBEnum::Reset