Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method skips the specified number of elements in the enumeration sequence.
HRESULT Skip( unsigned longcelt);
Parameters
- celt
[in] 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 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. |
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 | IVoIPCallerInfoDBEnum::Next | IVoIPCallerInfoDBEnum::Reset
Send Feedback on this topic to the authors