Share via


IEnumSTATSTG::Skip (Windows CE 5.0)

Send Feedback

This method skips over a specified number of items in the enumeration sequence.

HRESUTL Skip( ULONG celt);

Parameters

  • celt
    [in] Number of elements to be skipped.

Return Values

S_OK indicates that the number of elements skipped is celt. S_FALSE indicates otherwise.

Remarks

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib, Uuid.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.