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