mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 17:40:31 +00:00

This PR reorganizes the location of the CTF-related modules to improve grep-ability, understanding, and readability. New folder base/ctf will become incomplete Cicero, CTF or TSF (Text Services Framework). JIRA issue: CORE-19360 JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move ctfmon, msctf, msctfime, and msutb modules to new directory base/ctf. - Adapt CMakeLists.txt to this move. - Modify .github/labeler.yml and media/doc/WINESYNC.txt. - No code content changes except CMakeLists.txt, .github/labeler.yml, and media/doc/WINESYNC.txt.
39 lines
1.5 KiB
Python
39 lines
1.5 KiB
Python
@ stdcall TF_GetLangIcon(long ptr long)
|
|
@ stdcall TF_GetMlngHKL(long ptr ptr long)
|
|
@ stdcall TF_GetMlngIconIndex(long)
|
|
@ stdcall TF_GetThreadFlags(long ptr ptr ptr)
|
|
@ stdcall TF_InatExtractIcon(long)
|
|
@ stdcall TF_InitMlngInfo()
|
|
@ stdcall TF_IsInMarshaling(long)
|
|
@ stdcall TF_MlngInfoCount()
|
|
@ stdcall TF_RunInputCPL()
|
|
@ stdcall -private DllCanUnloadNow()
|
|
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
|
@ stdcall -private DllRegisterServer()
|
|
@ stdcall -private DllUnregisterServer()
|
|
@ stdcall SetInputScope(long long)
|
|
@ stdcall SetInputScopeXML(ptr ptr)
|
|
@ stdcall SetInputScopes(long ptr long ptr long wstr wstr)
|
|
@ stdcall TF_CUASAppFix(str)
|
|
@ stdcall TF_CheckThreadInputIdle(long long)
|
|
@ stdcall TF_ClearLangBarAddIns(ptr)
|
|
@ stdcall TF_CreateCategoryMgr(ptr)
|
|
@ stdcall TF_CreateCicLoadMutex(ptr)
|
|
@ stdcall TF_CreateDisplayAttributeMgr(ptr)
|
|
@ stdcall TF_CreateInputProcessorProfiles(ptr)
|
|
@ stdcall TF_CreateLangBarItemMgr(ptr)
|
|
@ stdcall TF_CreateLangBarMgr(ptr)
|
|
@ stdcall TF_CreateThreadMgr(ptr)
|
|
@ stdcall TF_DllDetachInOther()
|
|
@ stdcall TF_GetGlobalCompartment(ptr)
|
|
@ stdcall TF_GetInputScope(ptr ptr)
|
|
@ stdcall TF_GetThreadMgr(ptr)
|
|
@ stdcall TF_InitSystem()
|
|
@ stdcall TF_InvalidAssemblyListCache()
|
|
@ stdcall TF_InvalidAssemblyListCacheIfExist()
|
|
@ stdcall TF_IsCtfmonRunning()
|
|
@ stdcall TF_IsFullScreenWindowAcitvated() ; Yes, Microsoft really misspelled this one!
|
|
@ stdcall TF_PostAllThreadMsg(ptr long)
|
|
@ stdcall TF_RegisterLangBarAddIn(ptr wstr long)
|
|
@ stdcall TF_UninitSystem()
|
|
@ stdcall TF_UnregisterLangBarAddIn(ptr long)
|