Beispiel #1
0
 public static extern bool ImmAssociateContextEx(HWND hWnd, HIMC hIMC, IACE dwFlags);
Beispiel #2
0
 public static extern bool ImmSetOpenStatus(HIMC hIMC, int @bool);
Beispiel #3
0
 public static extern int ImmGetConversionStatus(HIMC hIMC, out IME_CMODE lpfdwConversion, out IME_SMODE lpfdwSentence);
Beispiel #4
0
 public static extern bool ImmGetOpenStatus(HIMC hIMC);
Beispiel #5
0
 public static extern int ImmGetCandidateListW(HIMC hIMC, uint dwIndex, byte[] buf, uint dwBufLen);
Beispiel #6
0
 public static extern int ImmGetCompositionStringW(HIMC hIMC, GCS dwIndex, byte[] buf, uint dwBufLen);
Beispiel #7
0
 public static extern bool ImmReleaseContext(HWND hWnd, HIMC hIMC);
Beispiel #8
0
 public static extern bool ImmDestroyContext(HIMC hIMC);