ImeEscape
This entry is provide IME aware application with the opportunity to communicate IME itself directly.
Format:
APIRET APIENTRY ImeEscape(
HIMI hImi,
ULONG ulEscape,
PVOID pvData )
Parameters: hImi(input) : IMInstance handle. ulEscape(input) : Escape function type pvData(input/output) : Escape type specific data
Returns:
Success indicator
0 : Successful completion
other : Error occurred(depend on each escape function)
ERROR_NOT_SUPPORTED : This function is not supported.
Remarks: