Specifies that the ITfEditRecord::GetTextAndPropertyUpdates method will obtain the collection of range objects that cover the text changed during the edit session.
TF_HF_OBJECT
( 1 )
The range shift stops if an embedded object is encountered. Used in dwFlags member of TF_HALTCOND structure.
TF_IE_CORRECTION
( 1 )
The text is a transform (correction) of existing content, so that other text services can preserve data associated with the original text. Used in dwFlags parameter of ITfRange::InsertEmbedded.
TF_INVALID_COOKIE
( 0xffffffff )
Not used.
TF_INVALID_EDIT_COOKIE
( 0 )
Not used.
TF_POPF_ALL
( 0x1 )
All contexts are removed from the stack. Used in dwFlags parameter of ITfDocumentMgr::Pop.
TF_ST_CORRECTION
( 1 )
The text is a transform (correction) of existing content, so that other text services can preserve data associated with the original text. Used in dwFlags parameter of ITfRange::SetText.
TF_TU_CORRECTION
( 0x1 )
The text change is the result of a transform (correction) of existing content. This implies that the semantics of the text have not changed. Used in dwFlags parameter of ITfPropertyStore::OnTextUpdated.