ImmGetCompositionWindow
Functional Difference from WIN95
Nothing.
Functional Difference from SBCS Open32
'N/A'
Implementation
This API is translated to ImQue ryConversionWindowPos(hIMI, PCONVERSIONPOS).
The ulStyle is translated as follows:
┌──────────────────────────────┬──────────────────────────────┐ │Win95 │OS/2 │ ├──────────────────────────────┼──────────────────────────────┤ │CFS_DEFAULT │CPS_DEFAULT │ ├──────────────────────────────┼──────────────────────────────┤ │CFS_FORCE_POSITION │CPS_FORCE │ ├──────────────────────────────┼──────────────────────────────┤ │CFS_POINT │CPS_POINT │ ├──────────────────────────────┼──────────────────────────────┤ │CFS_RECT │CPS_RECT │ └──────────────────────────────┴──────────────────────────────┘
The ptCurrentPos is converted from Win95 coordinate to OS/2 coordinate.
The rcArea is converted from Win95 coordinate to OS/2 coordinate.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.