IHeaderEnum::Clone
This method creates another enumerator that contains the same enumeration state as the current enumerator.
HRESULT Clone(
IHeaderEnum** ppenum
);
Parameters
- ppenum
[out] Destination pointer for the clone.
Return Values
This method returns E_NOTIMPL, which indicates that this method is currently not implemented.
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.