RECONVERTSTRING

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

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later

Syntax

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.