IEnumTfInputProcessorProfiles interface (msctf.h)

The IEnumTfInputProcessorProfiles interface is implemented by TSF manager and used by applications or textservices. This interface can be retrieved by ITfInputProcessorProfileMgr::EnumProfiles and enumerates the registered profiles.

Inheritance

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

Methods

The IEnumTfInputProcessorProfiles interface has these methods.

 
IEnumTfInputProcessorProfiles::Clone

The IEnumTfInputProcessorProfiles::Clone method creates a copy of the enumerator object.
IEnumTfInputProcessorProfiles::Next

The IEnumTfInputProcessorProfiles::Next method obtains, from the current position, the specified number of elements in the enumeration sequence.
IEnumTfInputProcessorProfiles::Reset

The IEnumTfInputProcessorProfiles::Reset method resets the enumerator object by moving the current position to the beginning of the enumeration sequence.
IEnumTfInputProcessorProfiles::Skip

The IEnumTfInputProcessorProfiles::Skip method moves the current position forward in the enumeration sequence by the specified number of elements.

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

ITfInputProcessorProfiles