@msdn=https://docs.microsoft.com/en-us/windows/desktop/api/imm/nf-imm-immconfigureimea @pinvoke=http://pinvoke.net/$$$.htm Summary: This function displays the configuration dialog box for the IME. !!!!C# Signature: [DllImport("imm32.dll", SetLastError=true)] public static extern bool ImmConfigureIME( IntPtr hKL, IntPtr hWnd, UInt32 dwMode, IntPtr lpData ); !!!!VB Signature: Declare Function ImmConfigureIME Lib "imm32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: ImmConfigureIME@msdn on MSDN
Edit imm32.ImmConfigur...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.