8 [DllImport(
"Imm32.dll")]
35 [DllImport(
"imm32.dll")]
static bool ImmDestroyContext(IntPtr hImc)
static IntPtr ImmAssociateContext(IntPtr hWnd, IntPtr hImc)
static bool ImmSetOpenStatus(IntPtr hImc, bool bOpen)
static IntPtr ImmCreateContext()
static int ImmGetCandidateList(IntPtr hImc, uint dwIndex, ref byte lpCandList, int dwBufLen)
static bool ImmReleaseContext(IntPtr hWnd, IntPtr hImc)
static IntPtr ImmGetContext(IntPtr hWnd)
static IntPtr ImmGetDefaultIMEWnd(IntPtr hWnd)
static bool ImmNotifyIME(IntPtr hImc, uint dwAction, uint dwIndex, uint dwValue)
static bool ImmSetCompositionString(IntPtr hImc, uint dwIndex, string lpComp, int dwCompLen, string lpRead, int dwReadLen)
static int ImmGetCompositionString(IntPtr hImc, uint dwIndex, ref byte lpBuf, int dwBufLen)