ITfDisplayAttributeProvider interface (msctf.h)

The ITfDisplayAttributeProvider interface is implemented by a text service and is used by the TSF manager to enumerate and obtain individual display attribute information objects.

The TSF manager obtains an instance of this interface by calling CoCreateInstance with the class identifier passed to ITfCategoryMgr::RegisterCategory with GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER and IID_ITfDisplayAttributeProvider. For more information, see Providing Display Attributes.

Inheritance

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

Methods

The ITfDisplayAttributeProvider interface has these methods.

 
ITfDisplayAttributeProvider::EnumDisplayAttributeInfo

ITfDisplayAttributeProvider::EnumDisplayAttributeInfo method
ITfDisplayAttributeProvider::GetDisplayAttributeInfo

ITfDisplayAttributeProvider::GetDisplayAttributeInfo 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

CoCreateInstance

ITfCategoryMgr::RegisterCategory

IUnknown

Providing Display Attributes