DefDlgProc
Functional Difference from WIN95
Nothing
Functional Difference from SBCS Open32
DefDlgProc in Open32 NLS Extension is aware WM_IME_ messages , WM_INPUTLANGCHANGEREQUEST message and WM_INPUTLANGCHANGE message.
Implementation
A WM_IME_CHAR is translated to two WM_CHAR.
Behavior using 16 bit IME
You can use this function as same as a 32bit IME.