Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2 KB

nf-comcat-ienumguid-clone.md

File metadata and controls

69 lines (57 loc) · 2 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:comcat.IEnumGUID.Clone
IEnumGUID::Clone (comcat.h)
Creates a new enumerator that contains the same enumeration state as the current one. (IEnumGUID.Clone)
Clone
Clone method [COM]
Clone method [COM]
IEnumGUID interface
IEnumGUID interface [COM]
Clone method
IEnumGUID.Clone
IEnumGUID::Clone
_com_ienumguid_clone
com.ienumguid_clone
comcat/IEnumGUID::Clone
com\ienumguid_clone.htm
com
5b12adf2-c2fe-4499-ab2a-94af6337e4a2
12/05/2018
Clone, Clone method [COM], Clone method [COM],IEnumGUID interface, IEnumGUID interface [COM],Clone method, IEnumGUID.Clone, IEnumGUID::Clone, _com_ienumguid_clone, com.ienumguid_clone, comcat/IEnumGUID::Clone
comcat.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ComCat.idl
Windows
19H1
IEnumGUID::Clone
comcat/IEnumGUID::Clone
c++
APIRef
kbSyntax
COM
ComCat.h
IEnumGUID.Clone

IEnumGUID::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

IEnumGUID