RECONVERTSTRING (Windows CE 5.0)
This structure defines the strings for IME reconversion. It is the first item in a memory block that contains the strings for reconversion.
typedefstructtagRECONVERTSTRING{DWORDdwSize;DWORDdwVersion;DWORDdwStrLen;DWORDdwStrOffset;DWORDdwCompStrLen;DWORDdwCompStrOffset;DWORDdwTargetStrLen;DWORDdwTargetStrOffset;}RECONVERTSTRING,*PRECONVERTSTRING,NEAR*NPRECONVERTSTRING,FAR*LPRECONVERTSTRING;
Members
- dwSize
Size of this structure and the memory block it heads. - dwVersion
Version number. Must be zero. - dwStrLen
Length of the string that contains the composition string. - dwStrOffset
Offset from the start position of this structure. - dwCompStrLen
Length of the string that will be the composition string. - dwCompStrOffset
Offset of the string that will be the composition string. - dwTargetStrLen
Length of the string that is related to the target clause in the composition string. - dwTargetStrOffset
Offset of the target string.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Send Feedback on this topic to the authors