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