IVoIPCallLogDBEnum::Skip (Windows CE 5.0)
This method skips the specified number of elements in the enumeration sequence.
HRESULT Skip( unsigned longcelt );
Parameters
- celt
[out] Number of elements to skip.
Return Values
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 IVoIPCallLogDBEnum::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 used all items. Some of the records were skipped. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipstore.idl.
Link Library: Voipguid.lib.
See Also
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IVoIPCallLogDBEnum::Next | IVoIPCallLogDBEnum::Reset
Send Feedback on this topic to the authors