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