IMR_CANDIDATEWINDOW notification code
Notfies an application when a selected IME needs information about the candidate window. The application receives this command through the WM_IME_REQUEST message with parameter settings as shown below.
LRESULT IMR_CANDIDATEWINDOW
Parameters
-
wParam
-
Set to IMR_CANDIDATEWINDOW.
-
lParam
-
Pointer to a buffer containing a CANDIDATEFORM structure. Its dwIndex member contains the index to the candidate window referenced.
Return Value
Returns a nonzero value if the application fills in the CANDIDATEFORM structure. Otherwise, the command returns 0.
Remarks
This command can be sent by the IME to a window that has cleared the ISC_SHOWUICANDIDATEWINDOW flag in the WM_IME_SETCONTEXT message handler.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also