Platform SDK: International Features |
The IMR_CANDIDATEWINDOW command is sent when a selected IME needs information about the candidate window.
The application receives this command through the WM_IME_REQUEST message with wParam and lParam set as follows.
Returns a nonzero value if the application filled in the CANDIDATEFORM structure in lParam. Otherwise, returns zero.
This notification may be sent by the IME to a window that cleared the ISC_SHOWUICANDIDATEWINDOW flag in the WM_IME_SETCONTEXT message handler.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Imm.h.
Input Method Editor Overview, Input Method Editor Commands, WM_IME_REQUEST, CANDIDATEFORM