ImConvertString
Applications can convert any strings by using IME conversion engine.
Format:
APIRET APIENTRY ImConvertString(HIMI hIMI, PSZ pSrc,
PCANDIDATELISTHEADER pDst,
PULONG pulBufLen, ULONG ulFlag)
Parameters:
hIMI(input)
┌───────────────┬────────────────────────────────────────┐ │Type │Description │ ├───────────────┼────────────────────────────────────────┤ │CNV_NORMAL │The source string, pSrc, is a reading │ │ │string. And this function copies a │ │ │result string to the destination │ │ │buffer,pDst. │ ├───────────────┼────────────────────────────────────────┤ │CNV_REVERSE │The source string is a result string, │ │ │and the desitination is a reading │ │ │string. │ ├───────────────┼────────────────────────────────────────┤ │CNV_READLEN │The source string is a result string. │ │ │This function returns size of the │ │ │reading string into pulSize. │ └───────────────┴────────────────────────────────────────┘Return:
Zero is successful. Others are errors.
Remarks: