ITextStoreACPSink::OnStartEditTransaction method

Syntax


HRESULT OnStartEditTransaction();

Parameters

This method has no parameters.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

 

Remarks

This method causes the ITfEditTransactionSink::OnStartEditTransaction method to be called on all installed edit transaction sinks.

An edit transaction is a group of text changes that should be processed at one time. Calling this method allows a text service to queue the upcoming changes until ITextStoreACPSink::OnEndEditTransaction is called. When ITextStoreACPSink::OnEndEditTransaction is called, the text service will process all queued changes. Use of edit transactions is optional.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Textstor.h

IDL

Textstor.idl

DLL

Msctf.dll

See also

ITextStoreACPSink
ITfEditTransactionSink::OnStartEditTransaction
ITextStoreACPSink::OnEndEditTransaction

 

 

Show: