This message requests information about the state of the IME.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
dwRequest = (WPARAM) (DWORD)wParam;
dwDate = (LPARAM) (DWORD) lParam;
Parameters
dwRequest
Specifies a request value. It is of the following values:
IMR_CANDIDATEFORM | IMR_DOCUMENTFEED |
IMR_COMPOSITIONFONT | IMR_QUERYCHARPOSITION |
IMR_COMPOSITIONFORM | IMR_RECONVERTSTRING |
IMR_CONFIRMRECONVERTSTRING |
dwData
Specifies request-specific data. For more information about this data, see the description for each request value.
Return Values
Returns a request-specific value. For more information about this data, see the description for each request value.