public static extern int ImmNotifyIME(System.IntPtr hIMC, IME.NI dwAction, int dwIndex, int dwValue);
public void Notify(IME.NI action, int index, int val) { IME.ImmNotifyIME(this.hImc, action, index, val); }