ImeDialog
This entry is called to open the IME related dialog panels.
Format:
APIRET APIENTRY ImeDialog( HIMI hImi, ULONG ulType, PREGISTERWORDHEADER pRegWord )
Parameters:
hImi(input) : IMInstance handle ulType(input) : Dialog type to display. This is one of the following values. IME_DLG_CONFIG : Display a general purpose dialog. IME_DLG_REGWORD : Displays a register word dialog. IME_DLG_DICTIONARY : Displays a dictionary related dialog. pRegWord(input) : Pointer to the REGISTERWORDHEADER structure. This parameger is valid only when the ulType is IME_DLG_REGWORD.
Returns:
Success indicator 0 : Successful completion other : Error occurred ERROR_NOT_SUPPORTED : This function is not supported.
Remarks:
It is recommended that IME call ImRequestEvent to route WM_IMEREQUEST message to IME Window, and then display appropriate dialog panel.