ImmConfigureIME (imm32)
Last changed: -91.119.3.204

.
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