IMENOTIFY
This message is sent to the application for the notification of the IME Window related events.
Parameters :
mparam1 : ulNotification which is one of the following
IMN_STARTCONVERSION :
This notification is sent when the Conversion Window is about to be created.This message is sent by IME.
IMN_ENDCONVERSION :
This notification is sent when the Conversion Window is about to be destroyed.This message is sent by IME.
IMN_CONVERSIONFULL :
This notification is sent when no space is available for the Conversion Window.This message is sent by IME Window(Conversion part).
IMN_IMECHANGED :
This notification is sent when the IME has been changed. This message is sent by the system. mparam2 contains an ImeId of the new IME.
Returns :
Success indicator(BOOL) : TRUE : success. FALSE : failure
Remarks :