RECONVERTSTRING

[This is preliminary documentation and subject to change.]

The RECONVERTSTRING structure defines the strings for IME reconversion. It is the first item in a memory block that contains the strings for reconversion.

typedef struct tagRECONVERTSTRING {
    DWORD dwSize;
    DWORD dwVersion;
    DWORD dwStrLen;
    DWORD dwStrOffset;
    DWORD dwCompStrLen;
    DWORD dwCompStrOffset;
    DWORD dwTargetStrLen;
    DWORD dwTargetStrOffset;
} RECONVERTSTRING, *PRECONVERTSTRING, NEAR *NPRECONVERTSTRING, FAR *LPRECONVERTSTRING;
 

Members

dwSize
Specifies the size of this structure and the memory block it heads.
dwVersion
Specifies the version number. Must be zero.
dwStrLen
Specifies the length of the string that contains the composition string.
dwStrOffset
Specifies the offset from the start position of this structure.
dwCompStrLen
Specifies the length of the string that will be the composition string.
dwCompStrOffset
Specifies the offset of the string that will be the composition string.
dwTargetStrLen
Specifies the length of the string that is related to the target clause in the composition string.
dwTargetStrOffset
Specifies the offset of the target string.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in imm.h.

See Also

Input Method Editor Overview, Input Method Editor Structures, IMR_CONFIRMRECONVERTSTRING, IMR_RECONVERTSTRING