IVoIPCallLogDBEnum::Skip
This method skips the specified number of elements in the enumeration sequence.
HRESULT Skip(
unsigned long celt
);
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 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 | IVoIPCallLogDBEnum::Next | IVoIPCallLogDBEnum::Reset
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.