ITfMouseTracker interface (msctf.h)

The ITfMouseTracker interface is implemented by the TSF manager and is used by a text service to manage mouse event notification sinks. An instance of this interface is obtained by querying an ITfContext object for IID_ITfMouseTracker.

Inheritance

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

Methods

The ITfMouseTracker interface has these methods.

 
ITfMouseTracker::AdviseMouseSink

ITfMouseTracker::AdviseMouseSink method
ITfMouseTracker::UnadviseMouseSink

ITfMouseTracker::UnadviseMouseSink method

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
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfContext

IUnknown