Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.12 KB

nf-objidlbase-ienumstring-clone.md

File metadata and controls

69 lines (57 loc) · 2.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:objidlbase.IEnumString.Clone
IEnumString::Clone (objidlbase.h)
The IEnumString::Clone (objidlbase.h) method creates a new enumerator that contains the same enumeration state as the current one.
Clone
Clone method [COM]
Clone method [COM]
IEnumString interface
IEnumString interface [COM]
Clone method
IEnumString.Clone
IEnumString::Clone
_com_ienumstring_clone
com.ienumstring_clone
objidlbase/IEnumString::Clone
com\ienumstring_clone.htm
com
d61ecfb3-9f3b-45ee-9872-9a92240f1234
08/13/2022
Clone, Clone method [COM], Clone method [COM],IEnumString interface, IEnumString interface [COM],Clone method, IEnumString.Clone, IEnumString::Clone, _com_ienumstring_clone, com.ienumstring_clone, objidlbase/IEnumString::Clone
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
ObjIdl.idl
Windows
19H1
IEnumString::Clone
objidlbase/IEnumString::Clone
c++
APIRef
kbSyntax
COM
objidlbase.h
IEnumString.Clone

IEnumString::Clone

-description

Creates a new enumerator that contains the same enumeration state as the current one.

This method makes it possible to record a point in the enumeration sequence in order to return to that point at a later time. The caller must release this new enumerator separately from the first enumerator.

-parameters

-param ppenum [out]

A pointer to the cloned enumerator object.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and S_OK.

-see-also

IEnumString