Platform SDK: International Features |
The IMECHARPOSITION structure contains information about the character position in the composition window.
typedef struct tagIMECHARPOSITION { DWORD dwSize; DWORD dwCharPos; POINT pt; UNIT cLineHeight; RECT rcDocument; } IMECHARPOSITION, *PIMECHARPOSITION;
When an application uses IME to draw the composition string, the members of this structure are automatically filled. Applications that draw the composition string themselves, rather than relying on the IME, are responsible for filling all the fields defined in the IMECHARPOSITION structure.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Imm.h.
Input Method Editor Overview, Input Method Editor Structures, IMECHARPOSITION, IMR_QUERYCHARPOSITION, POINT, RECT