Skip to content

Latest commit

 

History

History
157 lines (127 loc) · 4.65 KB

nf-msctf-itfeditrecord-gettextandpropertyupdates.md

File metadata and controls

157 lines (127 loc) · 4.65 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.ITfEditRecord.GetTextAndPropertyUpdates
ITfEditRecord::GetTextAndPropertyUpdates (msctf.h)
ITfEditRecord::GetTextAndPropertyUpdates method
0
GetTextAndPropertyUpdates
GetTextAndPropertyUpdates method [Text Services Framework]
GetTextAndPropertyUpdates method [Text Services Framework]
ITfEditRecord interface
ITfEditRecord interface [Text Services Framework]
GetTextAndPropertyUpdates method
ITfEditRecord.GetTextAndPropertyUpdates
ITfEditRecord::GetTextAndPropertyUpdates
TF_GTP_INCL_TEXT
_tsf_itfeditrecord_gettextandpropertyupdates_ref
msctf/ITfEditRecord::GetTextAndPropertyUpdates
tsf.itfeditrecord_gettextandpropertyupdates
tsf\itfeditrecord_gettextandpropertyupdates.htm
TSF
bfc9cba0-298c-4823-b70a-366bdc5bfb29
12/05/2018
0, GetTextAndPropertyUpdates, GetTextAndPropertyUpdates method [Text Services Framework], GetTextAndPropertyUpdates method [Text Services Framework],ITfEditRecord interface, ITfEditRecord interface [Text Services Framework],GetTextAndPropertyUpdates method, ITfEditRecord.GetTextAndPropertyUpdates, ITfEditRecord::GetTextAndPropertyUpdates, TF_GTP_INCL_TEXT, _tsf_itfeditrecord_gettextandpropertyupdates_ref, msctf/ITfEditRecord::GetTextAndPropertyUpdates, tsf.itfeditrecord_gettextandpropertyupdates
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
ITfEditRecord::GetTextAndPropertyUpdates
msctf/ITfEditRecord::GetTextAndPropertyUpdates
c++
APIRef
kbSyntax
COM
msctf.dll
ITfEditRecord.GetTextAndPropertyUpdates

ITfEditRecord::GetTextAndPropertyUpdates

-description

Obtains an enumerator that contains a collection of range objects that cover the specified properties and/or text that changed during the edit session.

-parameters

-param dwFlags [in]

Contains a combination of the following values that specify the behavior of this method.

Value Meaning
0
Specifies that the method will obtain a collection of range objects that cover the specified properties changed during the edit session. prgProperties cannot be NULL and cProperties must be greater than zero.
TF_GTP_INCL_TEXT
Specifies that the method will obtain the collection of range objects that cover the text changed during the edit session.

-param prgProperties [in]

Pointer to an array of GUID values that identify the properties to search for changes for. This method searches the properties that changed during the edit session and, if the property is contained in this array, a range object that covers the property that changed is added to ppEnum.

This array must be at least cProperties elements in size.

This parameter is ignored if dwFlags contains TF_GTP_INCL_TEXT and cProperties is zero.

-param cProperties [in]

Specifies the number of elements in the prgProperties array.

This parameter can be zero if dwFlags contains TF_GTP_INCL_TEXT. This indicates that no property changes are obtained.

-param ppEnum [out]

Pointer to an IEnumTfRanges interface pointer that receives the enumerator object.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
One or more parameters are invalid.
E_OUTOFMEMORY
A memory allocation failure occurred.

-see-also

IEnumTfRanges

ITfEditRecord