ImDeregisterWord
ImDeregisterWord
Applications can remove words from a dictionary of IME.
APIRET APIENTRY ImDeregisterWord(HIMI hIMI, PSZ pszReading,
ULONG ulType, PSZ pszDeregister)
Parameters:
hIMI(input)
- a handle of a IM Instance to be associated
with the IME
pszReading(input)
-
a pointer to a reading string of the word to deregister
ulType(input)
- type of the register string
pszDeregister(input)
- a pointer to the register string to remove
Return:
Zero is successful. Others are errors.
[Back: ImConvertString]
[Next: ImDestroyInstance]