Re: imm32: If ImmNotifyIME fails, ImmSetOpenStatus should also fail.
24 Apr
2008
24 Apr
'08
7:13 a.m.
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.
6531
Age (days ago)
6531
Last active (days ago)
0 comments
1 participants
participants (1)
-
ByeongSik Jeon