ImmConfigureIME
Functional Difference from WIN95
The dialog GUI may be different.
Functional Difference from SBCS Open32
'N/A'
Implementation
This API is translated to ImShowIMEDlg(hIMI,ulDlgType,pRegWord) of OS/2 IM. The hIMI of OS/2 is queried from HWND of WIN95. The dwMode of Win95 is translated to ulDlgType of OS/2.
┌──────────────────────────────┬──────────────────────────────┐ │Win95 dwMode │OS/2 ulDlgType │ ├──────────────────────────────┼──────────────────────────────┤ │IME_CONFIG_GENERAL │IME_DLG_CONFIG │ ├──────────────────────────────┼──────────────────────────────┤ │IME_CONFIG_REGWORD │IME_DLG_REGWORD │ ├──────────────────────────────┼──────────────────────────────┤ │IME_CONFIG_SELECTDICTIONARY │IME_DLG_DICTIONARY │ └──────────────────────────────┴──────────────────────────────┘
Behavior using 16 bit IME
You can use this function as same as 32bit IME.