Share via


IHeaderEnum::Next (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the next element in the enumeration sequence.

Syntax

HRESULT Next(
  ULONG celt,
  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 Value

The appropriate HResult is returned.

Requirements

Header obex.h, obex.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IHeaderEnum:IUnknown
OBEX Interfaces