ImEscape
Applications can run IME-specific functions directly. When calling this function, the application should know the IME-specific functions to specify in ulEscape.
Format:
APIRET APIENTRY ImEscape(HIMI hIMI, ULONG ulEscape, PVOID pData)
Parameters:
hIMI(input)
The system reserves from IME_ESC_RESERVED_FIRST to IME_ESC_RESERVED_LAST, and IME can use the values defined from IME_ESC_PRIVATE_FIRST to IME_ESC_PRIVATE_LAST. pData - subfunctions' specific data (input/output)
Zero is successful. Others are errors.