ITfDocumentMgr interface (msctf.h)

The ITfDocumentMgr interface is implemented by the TSF manager and used by an application or text service to create and manage text contexts. To obtain an instance of this interface call ITfThreadMgr::CreateDocumentMgr.

Inheritance

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

Methods

The ITfDocumentMgr interface has these methods.

 
ITfDocumentMgr::CreateContext

ITfDocumentMgr::CreateContext method
ITfDocumentMgr::EnumContexts

ITfDocumentMgr::EnumContexts method
ITfDocumentMgr::GetBase

ITfDocumentMgr::GetBase method
ITfDocumentMgr::GetTop

ITfDocumentMgr::GetTop method
ITfDocumentMgr::Pop

ITfDocumentMgr::Pop method
ITfDocumentMgr::Push

ITfDocumentMgr::Push 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

ITfContext

ITfThreadMgr::CreateDocumentMgr

IUnknown