IMR_CANDIDATEFORM (Windows CE 5.0)
This message is sent to the application through the WM_IME_REQUEST message when a selected input method editor (IME) needs candidate window data.
lParam = (LPARAM)lpCANDIDATEFORM;
Parameters
- lpCANDIDATEFORM
Long pointer to a buffer that contains a CANDIDATEFORM structure. Its dwIndex member contains the index to the referenced candidate window.
Return Values
A nonzero value indicates that the application filled in the CANDIDATEFORM structure in lParam. Zero indicates otherwise.
Remarks
This notification may be sent by the IME to a window that cleared the ISC_SHOWUICANDIDATEWINDOW flag in the WM_SETCONTEXT message handler.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
See Also
WM_IME_REQUEST | CANDIDATEFORM
Send Feedback on this topic to the authors