Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies an application when a selected IME needs a string for reconversion. The application receives this command through the WM_IME_REQUEST message with parameter settings as shown below.
LRESULT IMR_RECONVERTSTRING
Parameters
-
wParam
-
Set to IMR_RECONVERTSTRING.
-
lParam
-
Pointer to a buffer containing the RECONVERTSTRING structure and strings.
Return Value
Returns the current reconversion string structure. If lParam is set to NULL, the application returns the size for the buffer required to hold the structure. The command returns 0 if it does not succeed.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also