Freigeben über


IEnumDMO::Skip (Windows CE 5.0)

Send Feedback

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

IEnumDMO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.