ImRegisterWord
ImRegisterWord
Applications can register a word to a dictionary of IME.
APIRET APIENTRY ImRegisterWord(HIMI hIMI, PSZ pszReading, ULONG ulType, PSZ pszRegister)
Parameters:
hIMI(input)
- a handle of a IM Instance
pszReading(input)
- a pointer to a reading string
ulType(input)
- type of a register string
pszRegister(input)
- a pointer to the string to register
Return:
Zero is successful. Others are errors.
[Back: ImQueryStatusWindowPos]
[Next: ImReleaseInstance]