Share via


IDeviceEnum::Next

This method retrieves the next element in the enumeration sequence.

HRESULT Next(
  ULONG celt,
  IObexDevice** rgelt,
  ULONG* pceltFetched
);

Parameters

  • celt
    [in] Element size.
  • rgelt
    [out] Pointer to the next element.
  • pceltFetched
    [in, out] Unique. Element length.

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

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.