Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
static bool | ImmSetOpenStatus (IntPtr hImc, bool bOpen) |
static IntPtr | ImmGetContext (IntPtr hWnd) |
static bool | ImmReleaseContext (IntPtr hWnd, IntPtr hImc) |
static IntPtr | ImmCreateContext () |
static bool | ImmDestroyContext (IntPtr hImc) |
static IntPtr | ImmAssociateContext (IntPtr hWnd, IntPtr hImc) |
static int | ImmGetCompositionString (IntPtr hImc, uint dwIndex, ref byte lpBuf, int dwBufLen) |
static bool | ImmSetCompositionString (IntPtr hImc, uint dwIndex, string lpComp, int dwCompLen, string lpRead, int dwReadLen) |
static int | ImmGetCandidateList (IntPtr hImc, uint dwIndex, ref byte lpCandList, int dwBufLen) |
static IntPtr | ImmGetDefaultIMEWnd (IntPtr hWnd) |
static bool | ImmNotifyIME (IntPtr hImc, uint dwAction, uint dwIndex, uint dwValue) |
Definition at line 6 of file NativeMethods.cs.