IVoIPCurrentCallEnumerator::Skip
This method skips the next specified number of elements in the enumeration sequence.
HRESULT Skip(
unsigned long celt
);
Parameters
- celt
[in] Number of elements to skip.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_FALSE | Some elements were fetched, but the total number is less than the specified number in celt parameter. The pceltFetched parameter contains the actual number of elements fetched. |
S_OK | Specified number of elements were fetched. |
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 IVoIPCurrentCallEnumerator::Reset to restore the out-of-date enumerator. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.
See Also
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IVoIPCurrentCall | IVoIPCurrentCallEnumerator::Next | IVoIPCurrentCallEnumerator::Reset
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.