次の方法で共有


IRAPIEnumDevices::Skip

Send Feedback

This method skips the specified number of elements in the enumeration sequence. If there are fewer elements left in the sequence than the requested number of elements to skip, it skips past the last element in the sequence.

HRESULT Skip(
  ULONG cElt
);

Parameters

  • cElt
    [in] The number of elements to skip.

Return Values

If the operation was successful, the return value is NOERROR.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

IRAPIEnumDevices::IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.