IEnumTfInputProcessorProfiles interface
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.
Members
The IEnumTfInputProcessorProfiles interface inherits from the IUnknown interface. IEnumTfInputProcessorProfiles also has these types of members:
Methods
The IEnumTfInputProcessorProfiles interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates a copy of the enumerator object. |
| Next |
Obtains, from the current position, the specified number of elements in the enumeration sequence. |
| Reset |
Resets the enumerator object by moving the current position to the beginning of the enumeration sequence. |
| Skip |
Moves the current position forward in the enumeration sequence by the specified number of elements. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
See also