ImSetConversionString
Applications can set a information about a conversion string and a reading string of the conversion string.
Format:
APIRET APIENTRY ImSetConversionString(HIMI hIMI,
ULONG ulIndex,
PVOID pConv,
ULONG ulConvLen,
PVOID pReading,
ULONG ulReadingLen)
Parameters:
hIMI(input)
┌──────────────────────────────┬──────────────────────────────────────────────────┐ │Type │Description │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │IME_SCS_STRING │Sets a conversion string, reading string, or both.│ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │IME_SCS_ATTRIBUTE │Sets attributes for a conversion string, reading │ │ │string, or both. │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │IME_SCS_CLAUSEINFO │Sets clause information for a conversion string, │ │ │reading string, or both. │ └──────────────────────────────┴──────────────────────────────────────────────────┘pConv(input)
Zero is successful. Others are errors.