Share via


IHeaderEnum::Next (Compact 2013)

3/26/2014

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

See Also

Reference

IHeaderEnum
OBEX Interfaces