Share via


IMR_RECONVERTSTRING (Windows CE 5.0)

Send Feedback

This message is sent to the application through the WM_IME_REQUEST message when a selected IME needs a string for reconversion.

lParam = (LPARAM)lpRECONVERTSTRING;

Parameters

  • lpRECONVERTSTRING
    Long pointer to a buffer that contains the RECONVERTSTRING structure and strings.

Return Values

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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

See Also

WM_IME_REQUEST | RECONVERTSTRING

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.