http://bugs.winehq.org/show_bug.cgi?id=27293
--- Comment #2 from dk dev@gaminglounge.com 2011-05-27 05:15:52 CDT --- // File name: C:\Program Files\SEGA\PHANTASY STAR ONLINE Blue Burst\PsoBB.exe // Created : 26.05.2011 07:11 // Type : Imports
function ImmSetCandidateWindow(hImc: HIMC; lpCandidate: PCANDIDATEFORM): Boolean; stdcall; external 'imm32.dll' name 'ImmSetCandidateWindow' index 89;
function ImmGetContext(hWnd: HWND): HIMC; stdcall; external 'imm32.dll' name 'ImmGetContext' index 32;
function ImmAssociateContext(hWnd: HWND; hImc: HIMC): HIMC; stdcall; external 'imm32.dll' name 'ImmAssociateContext' index 2;
function ImmNotifyIME(hImc: HIMC; dwAction, dwIndex, dwValue: DWORD): Boolean; stdcall; external 'imm32.dll' name 'ImmNotifyIME' index 73;
function ImmSetCompositionWindow(hImc: HIMC; lpCompForm: PCOMPOSITIONFORM): Boolean; stdcall; external 'imm32.dll' name 'ImmSetCompositionWindow' index 94;
function ImmSetConversionStatus(hImc: HIMC; Conversion, Sentence: DWORD): Boolean; stdcall; external 'imm32.dll' name 'ImmSetConversionStatus' index 95;
function ImmGetConversionStatus(hImc: HIMC; var Conversion, Sentence: DWORD): Boolean; stdcall; external 'imm32.dll' name 'ImmGetConversionStatus' index 35;
function ImmGetOpenStatus(hImc: HIMC): Boolean; stdcall; external 'imm32.dll' name 'ImmGetOpenStatus' index 50;
function ImmGetCompositionStringW(hImc: HIMC; dWord1: DWORD; lpBuf: pointer; dwBufLen: DWORD): Longint; stdcall; external 'imm32.dll' name 'ImmGetCompositionStringW' index 30;
function ImmGetDescriptionW(hKl: HKL; PWideChar: PWideChar; uBufLen: UINT): UINT; stdcall; external 'imm32.dll' name 'ImmGetDescriptionW' index 38;
function ImmReleaseContext(hWnd: HWND; hImc: HIMC): Boolean; stdcall; external 'imm32.dll' name 'ImmReleaseContext' index 81;
function ImmSetOpenStatus(hImc: HIMC; fOpen: Boolean): Boolean; stdcall; external 'imm32.dll' name 'ImmSetOpenStatus' index 97;
function ImmGetDefaultIMEWnd(hWnd: HWND): HWND; stdcall; external 'imm32.dll' name 'ImmGetDefaultIMEWnd' index 36;
// ImmDisableIME Information not available
function ImmIsIME(hKl: HKL): Boolean; stdcall; external 'imm32.dll' name 'ImmIsIME' index 64;
function ImmGetCandidateListW(hImc: HIMC; deIndex: DWORD; lpCandidateList: PCANDIDATELIST; dwBufLen: DWORD): DWORD; stdcall; external 'imm32.dll' name 'ImmGetCandidateListW' index 25;