ITfEditTransactionSink::OnEndEditTransaction method (msctf.h)

Indicates the end of an edit transaction.

Syntax

HRESULT OnEndEditTransaction(
  [in] ITfContext *pic
);

Parameters

[in] pic

Pointer to the ITfContext interface involved in the transaction.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The TSF manager calls this method at the end of an edit transaction. A text service can delay reevaluation of the changing context of the transaction due to the multiple ITfTextEditSink::OnEndEdit method notifications until after receiving this callback.

Requirements

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

See also

ITfContext

ITfEditTransactionSink

ITfTextEditSink::OnEndEdit