Kusanagi Kouichi wrote:
> if (!fOpen != !data->IMC.fOpen)
> {
> + if (!ImmNotifyIME( hIMC, NI_CONTEXTUPDATED, 0, IMC_SETOPENSTATUS))
> + return FALSE;
> data->IMC.fOpen = fOpen;
> - ImmNotifyIME( hIMC, NI_CONTEXTUPDATED, 0, IMC_SETOPENSTATUS);
> ImmInternalSendIMENotify(data, IMN_SETSENTENCEMODE, 0);
Hi,MS Windows's native imm32.dll return TRUE although NotifyIME return FALSE. I have tested it with the DDK's Japanese FakeIME.
