ITfEditRecord interface (msctf.h)

The ITfEditRecord interface is implemented by the TSF manager and is used by a text edit sink to determine what was changed during an edit session. An instance of this interface is passed to the text edit sink when the ITfTextEditSink::OnEndEdit method is called.

Inheritance

The ITfEditRecord interface inherits from the IUnknown interface. ITfEditRecord also has these types of members:

Methods

The ITfEditRecord interface has these methods.

 
ITfEditRecord::GetSelectionStatus

ITfEditRecord::GetSelectionStatus method
ITfEditRecord::GetTextAndPropertyUpdates

ITfEditRecord::GetTextAndPropertyUpdates method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfTextEditSink::OnEndEdit

IUnknown