This topic has not yet been rated - Rate this topic

ITfCleanupContextSink interface

The ITfCleanupContextSink interface is implemented by a text service to receive notifications when a context cleanup operation occurs. This notification sink is installed by calling ITfSourceSingle::AdviseSingleSink with IID_ITfCleanupContextSink.

Members

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

Methods

The ITfCleanupContextSink interface has these methods.

MethodDescription
OnCleanupContext

Called during a context cleanup operation.

 

Remarks

A context cleanup occurs when:

  • The text service is deactivated while a context is still on the context stack. This can occur when the active text service is changed or when the active language changes while the text service is active.
  • ITfThreadMgr::Deactivate is called while a context is still on the context stack.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Imekrcic.dll

See also

ITfThreadMgr::Deactivate
ITfSourceSingle::AdviseSingleSink

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.