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