mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[IMM32_APITEST] Add clientimc testcase (#3815)
- Add clientimc testcase to imm32_apitest. - Add "precomp.h". CORE-11700
This commit is contained in:
parent
192981a1fe
commit
5a9c77b3be
6 changed files with 77 additions and 5 deletions
|
@ -32,6 +32,9 @@ extern "C" {
|
|||
BOOL WINAPI
|
||||
ImmGetImeInfoEx(PIMEINFOEX pImeInfoEx, IMEINFOEXCLASS SearchType, PVOID pvSearchKey);
|
||||
|
||||
PCLIENTIMC WINAPI ImmLockClientImc(HIMC hImc);
|
||||
VOID WINAPI ImmUnlockClientImc(PCLIENTIMC pClientImc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue