IDeviceEnum::Skip (Windows CE 5.0)

Send Feedback

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

HRESULT Skip(ULONGcelt);

Parameters

  • celt
    [in] Number of elements to skip.

Return Values

This method returns one of the following values.

Return value Description
S_OK The request completed successfully.
S_FALSE The request was not completed successfully.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.

See Also

IDeviceEnum | OBEX Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.