IHeaderEnum::Next
This method retrieves the next element in the enumeration sequence.
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 Values
The appropriate HResult is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.