mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[MSCTF][SDK] Implement multi-language handling (#6587)
Implementing the back-end of the Language bar... JIRA issue: CORE-19361 - Add mlng.cpp and mlng.h. - Modify msctf.spec. - Implement MLNGINFO structure and CStaticIconList class. - Implement TF_InitMlngInfo, TF_MlngInfoCount, TF_InatExtractIcon, TF_GetMlngIconIndex, and TF_GetMlngHKL functions.
This commit is contained in:
parent
efa86fff9f
commit
e25d7d724d
7 changed files with 679 additions and 7 deletions
|
@ -62,9 +62,9 @@ cpp_quote("EXTERN_C HRESULT WINAPI TF_DllDetachInOther(VOID);")
|
|||
cpp_quote("EXTERN_C HRESULT WINAPI TF_CreateCategoryMgr(_Out_ ITfCategoryMgr **ppcat);")
|
||||
cpp_quote("EXTERN_C HRESULT WINAPI TF_CreateDisplayAttributeMgr(_Out_ ITfDisplayAttributeMgr **ppdam);")
|
||||
cpp_quote("EXTERN_C HICON WINAPI TF_GetLangIcon(_In_ LANGID LangID, _Out_ LPWSTR pszText, _In_ INT cchText);")
|
||||
cpp_quote("EXTERN_C HRESULT WINAPI TF_InitMlngInfo(VOID);")
|
||||
cpp_quote("EXTERN_C VOID WINAPI TF_InitMlngInfo(VOID);")
|
||||
cpp_quote("EXTERN_C INT WINAPI TF_MlngInfoCount(VOID);")
|
||||
cpp_quote("EXTERN_C BOOL WINAPI TF_GetMlngHKL(_In_ INT iKL, _Out_ HKL *phKL, _Out_ LPWSTR pszText, _In_ INT cchText);")
|
||||
cpp_quote("EXTERN_C BOOL WINAPI TF_GetMlngHKL(_In_ INT iKL, _Out_opt_ HKL *phKL, _Out_opt_ LPWSTR pszText, _In_ INT cchText);")
|
||||
cpp_quote("EXTERN_C INT WINAPI TF_GetMlngIconIndex(_In_ INT iKL);")
|
||||
cpp_quote("EXTERN_C HICON WINAPI TF_InatExtractIcon(_In_ INT iKL);")
|
||||
cpp_quote("EXTERN_C HRESULT WINAPI TF_RunInputCPL(VOID);")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue