Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

lParam = (LPARAM)
lpRECONVERTSTRING;

Parameters

lpRECONVERTSTRING

Long pointer to a buffer that contains the RECONVERTSTRINGstructure and strings.

Return Value

Returns the required size of the RECONVERTSTRINGif the application filled the RECONVERTSTRINGstructure in lParam. Otherwise, returns zero. However, if lParamis NULL, the application must return the required size of the RECONVERTSTRING.

Requirements

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also