IEnumDMO::Skip
This method skips a specified number of items in the enumeration sequence.
HRESULT Skip(
DWORD cItemsToSkip
);
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.