IEnumDMO::Skip (Windows CE 5.0)
This method skips a specified number of items in the enumeration sequence.
HRESULT Skip(DWORDcItemsToSkip);
Parameters
- cItemsToSkip
Number of items to skip.
Return Values
Returns S_OK if the number items skipped equals cItemsToSkip. Otherwise, it returns S_FALSE.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.
See Also
Send Feedback on this topic to the authors