IMR_CANDIDATEFORM
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
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.1 and later | Imm.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.