Platform SDK: International Features |
The IMR_RECONVERTSTRING command is sent when a selected IME needs a string for reconversion.
The application receives this command through the WM_IME_REQUEST message with wParam and lParam set as follows.
Returns the required size of the RECONVERTSTRING if the application filled the RECONVERTSTRING structure in lParam. Otherwise, returns zero. However, if lParam is NULL, the application must return the required size of the RECONVERTSTRING.
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, RECONVERTSTRING, WM_IME_REQUEST