COMPOSITIONFORM

This structure contains position information for a composition window.

At a Glance

Header file: Wceemul.h
Windows CE versions: 2.1 and later (Japanese version 1.0 and later)

Syntax

typedef _tagCOMPOSITIONFORM {
DWORD dwStyle;
POINT ptCurrentPos;
RECT rcArea;
}
COMPOSITIONFORM;

Members

dwStyle

Specifies the position style. It must be the following values:

Value Description
CFS_DEFAULT Moves the composition window to the default position. The input method editor (IME) window can display the composition window outside the client area, such as in a floating window.

ptCurrentPos

Coordinates of the upper-left corner of the composition window.

rcArea

Coordinates of the upper-left and lower-right corners of the composition window.