Skip to content

Latest commit

 

History

History
107 lines (92 loc) · 2.54 KB

nf-msctf-ienumtfproperties-clone.md

File metadata and controls

107 lines (92 loc) · 2.54 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:msctf.IEnumTfProperties.Clone
IEnumTfProperties::Clone (msctf.h)
IEnumTfProperties::Clone method
Clone
Clone method [Text Services Framework]
Clone method [Text Services Framework]
IEnumTfProperties interface
IEnumTfProperties interface [Text Services Framework]
Clone method
IEnumTfProperties.Clone
IEnumTfProperties::Clone
_tsf_ienumtfproperties_clone_ref
msctf/IEnumTfProperties::Clone
tsf.ienumtfproperties_clone
tsf\ienumtfproperties_clone.htm
TSF
ee90f452-7e50-4b9a-b81d-b5d4244f55b4
12/05/2018
Clone, Clone method [Text Services Framework], Clone method [Text Services Framework],IEnumTfProperties interface, IEnumTfProperties interface [Text Services Framework],Clone method, IEnumTfProperties.Clone, IEnumTfProperties::Clone, _tsf_ienumtfproperties_clone_ref, msctf/IEnumTfProperties::Clone, tsf.ienumtfproperties_clone
msctf.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
IEnumTfProperties::Clone
msctf/IEnumTfProperties::Clone
c++
APIRef
kbSyntax
COM
msctf.dll
IEnumTfProperties.Clone

IEnumTfProperties::Clone

-description

Creates a copy of the enumerator object.

-parameters

-param ppEnum [out]

Pointer to an IEnumTfProperties interface pointer that receives the new enumerator.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_OUTOFMEMORY
A memory allocation failure occurred.
E_NOTIMPL
The method is not implemented.

-see-also

IEnumTfProperties interface, ITfProperty interface