IMR_QUERYCHARPOSITION (Windows CE 5.0)
This message is sent to the application when the selected IME needs information about the coordinates of a character in the composition string.
wParam = (WPARAM) wQueryCharPosition;lParam = (LPARAM)lpCharposition;
Parameters
- wQueryCharPosition
Set to IMR_QUERYCHARPOSITION. - lpCharposition
Long pointer to a buffer that contains the IMECHARPOSITION structure.
Return Values
If the application filled the IMECHARPOSITION structure in lParam, return non-zero. Otherwise, return zero.
Remarks
Applications that draw the composition string themselves, rather than relying on the IME, are responsible for filling all the fields defined in the IMECHARPOSITION structure. Otherwise, this command should be passed on to the DefWindowProc or ImmIsUIMessage function if the application has its own IME UI window.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
See Also
ImmIsUIMessage | WM_IME_REQUEST | DefWindowProc | IMECHARPOSITION
Send Feedback on this topic to the authors