ImmGetIMEFileName
Functional Difference from WIN95
On the Open32 NLS Extension, an IME name of ImRegisterIME is used as an IME file name of Win95. So an application programmer can not assume that an IME file name of Win95 is same as an IME name of OS/2.
Functional Difference from SBCS Open32
'N/A'
Implementation
This API is translated to ImQueryIMEList(pszLang, pszIMEList,pulBufLen,pulCount). And using HKL of WIn95 an appropriate IME name of OS/2 is returned.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.