WM_CHAR
Funcional Difference from WIN95
Nothing
Functional Difference from SBCS Open32
The Open32 NLS extension can handle a DBCS character.
Implementation
From a Win95 WM_IME_CHAR, we create two Win95 WM_CHAR in the DefWindowProc, DefFrameProc and DefDlgProc. The Win95 WM_IME_CHAR is created from a OS/2 WM_CHAR which may contain a DBCS character.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.