- [[Text Services Framework]]とも
- Windowsの[[Input Method]]用フレームワーク
- あまりドキュメントがない(kekeho)
- IME([[Text Service]])は[[COM]]として作る
参考資料
- [Text Services Framework (Text Services Framework) - Win32 apps | Microsoft Learn](https://learn.microsoft.com/ja-jp/windows/win32/tsf/text-services-framework)
- [Nate: IME開発者向けリンク集](https://nathancorvussolis.blogspot.com/2014/10/link-list-for-ime-developers.html)
実装例
- Mozc
- [https://github.com/google/mozc/tree/master/src/win32](https://github.com/google/mozc/tree/master/src/win32)
- tsf-tutcode
- [https://github.com/deton/tsf-tutcode](https://github.com/deton/tsf-tutcode)