Commit 68b9f52b authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

imm32: Implement Locking/Unlocking IMC and IMCC functions.

parent 708de8f6
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
@ stdcall ImmConfigureIMEA(long long long ptr) @ stdcall ImmConfigureIMEA(long long long ptr)
@ stdcall ImmConfigureIMEW(long long long ptr) @ stdcall ImmConfigureIMEW(long long long ptr)
@ stdcall ImmCreateContext() @ stdcall ImmCreateContext()
@ stub ImmCreateIMCC @ stdcall ImmCreateIMCC(long)
@ stub ImmCreateSoftKeyboard @ stub ImmCreateSoftKeyboard
@ stdcall ImmDestroyContext(long) @ stdcall ImmDestroyContext(long)
@ stub ImmDestroyIMCC @ stdcall ImmDestroyIMCC(long)
@ stub ImmDestroySoftKeyboard @ stub ImmDestroySoftKeyboard
@ stdcall ImmDisableIME(long) @ stdcall ImmDisableIME(long)
@ stub ImmDisableIme @ stub ImmDisableIme
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
@ stdcall ImmGetGuideLineA(long long ptr long) @ stdcall ImmGetGuideLineA(long long ptr long)
@ stdcall ImmGetGuideLineW(long long ptr long) @ stdcall ImmGetGuideLineW(long long ptr long)
@ stub ImmGetHotKey @ stub ImmGetHotKey
@ stub ImmGetIMCCLockCount @ stdcall ImmGetIMCCLockCount(long)
@ stub ImmGetIMCCSize @ stdcall ImmGetIMCCSize(long)
@ stub ImmGetIMCLockCount @ stdcall ImmGetIMCLockCount(long)
@ stdcall ImmGetIMEFileNameA(long ptr long) @ stdcall ImmGetIMEFileNameA(long ptr long)
@ stdcall ImmGetIMEFileNameW(long ptr long) @ stdcall ImmGetIMEFileNameW(long ptr long)
@ stub ImmGetImeInfoEx @ stub ImmGetImeInfoEx
...@@ -67,14 +67,14 @@ ...@@ -67,14 +67,14 @@
@ stub ImmLoadIME @ stub ImmLoadIME
@ stub ImmLoadLayout @ stub ImmLoadLayout
@ stub ImmLockClientImc @ stub ImmLockClientImc
@ stub ImmLockIMC @ stdcall ImmLockIMC(long)
@ stub ImmLockIMCC @ stdcall ImmLockIMCC(long)
@ stub ImmLockImeDpi @ stub ImmLockImeDpi
@ stdcall ImmNotifyIME(long long long long) @ stdcall ImmNotifyIME(long long long long)
@ stub ImmPenAuxInput @ stub ImmPenAuxInput
@ stub ImmProcessKey @ stub ImmProcessKey
@ stub ImmPutImeMenuItemsIntoMappedFile @ stub ImmPutImeMenuItemsIntoMappedFile
@ stub ImmReSizeIMCC @ stdcall ImmReSizeIMCC(long long)
@ stub ImmRegisterClient @ stub ImmRegisterClient
@ stdcall ImmRegisterWordA(long str long str) @ stdcall ImmRegisterWordA(long str long str)
@ stdcall ImmRegisterWordW(long wstr long wstr) @ stdcall ImmRegisterWordW(long wstr long wstr)
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
@ stub ImmSystemHandler @ stub ImmSystemHandler
@ stub ImmTranslateMessage @ stub ImmTranslateMessage
@ stub ImmUnlockClientImc @ stub ImmUnlockClientImc
@ stub ImmUnlockIMC @ stdcall ImmUnlockIMC(long)
@ stub ImmUnlockIMCC @ stdcall ImmUnlockIMCC(long)
@ stub ImmUnlockImeDpi @ stub ImmUnlockImeDpi
@ stdcall ImmUnregisterWordA(long str long str) @ stdcall ImmUnregisterWordA(long str long str)
@ stdcall ImmUnregisterWordW(long wstr long wstr) @ stdcall ImmUnregisterWordW(long wstr long wstr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment