Share via


IHeaderEnum::Next (Windows CE 5.0)

Send Feedback

This method retrieves the next element in the enumeration sequence.

HRESULT Next(ULONGcelt,OBEX_HEADER** rgelt,ULONG* pceltFetched);

Parameters

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

Return Values

The appropriate HResult is returned.

Requirements

Smartphone: Smartphone 2002 and later

Pocket PC: Pocket PC 2002 and later

OS Versions: Windows CE .NET 4.0 and later.

Header: Obex.h, Obex.idl.

Link Library: Uuid.lib.

See Also

IHeaderEnum | OBEX Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.