Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Localization.IME.WinImm32.NativeMethods Class Reference

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)
 

Detailed Description

Definition at line 6 of file NativeMethods.cs.


The documentation for this class was generated from the following file: