Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.19 KB

nf-comcat-ienumcategoryinfo-clone.md

File metadata and controls

69 lines (57 loc) · 2.19 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.IEnumCATEGORYINFO.Clone
IEnumCATEGORYINFO::Clone (comcat.h)
Creates a new enumerator that contains the same enumeration state as the current one. (IEnumCATEGORYINFO.Clone)
Clone
Clone method [COM]
Clone method [COM]
IEnumCATEGORYINFO interface
IEnumCATEGORYINFO interface [COM]
Clone method
IEnumCATEGORYINFO.Clone
IEnumCATEGORYINFO::Clone
_com_ienumcategoryinfo_clone
com.ienumcategoryinfo_clone
comcat/IEnumCATEGORYINFO::Clone
com\ienumcategoryinfo_clone.htm
com
9179b417-7dcd-4bb4-832f-86830e4b77ad
12/05/2018
Clone, Clone method [COM], Clone method [COM],IEnumCATEGORYINFO interface, IEnumCATEGORYINFO interface [COM],Clone method, IEnumCATEGORYINFO.Clone, IEnumCATEGORYINFO::Clone, _com_ienumcategoryinfo_clone, com.ienumcategoryinfo_clone, comcat/IEnumCATEGORYINFO::Clone
comcat.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Comcat.idl
Windows
19H1
IEnumCATEGORYINFO::Clone
comcat/IEnumCATEGORYINFO::Clone
c++
APIRef
kbSyntax
COM
ComCat.h
IEnumCATEGORYINFO.Clone

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

IEnumCATEGORYINFO