次の方法で共有


IRAPIEnumDevices::Next

Send Feedback

This method retrieves the next remote device in the enumeration sequence.

HRESULT Next(
  IRAPIDevice** ppIDevice
);

Parameters

  • ppIDevice
    [out] Reference to the next IRAPIDevice object in the enumeration sequence.

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 | IRAPIDevice::IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.