The COMPOSITIONFORM structure contains position information for a composition window.
typedef _tagCOMPOSITIONFORM {
DWORD dwStyle;
POINT ptCurrentPos;
RECT rcArea;
} COMPOSITIONFORM;
|
Value |
Meaning |
|
CFS_DEFAULT |
Move the composition window to the default position. The IME window can display the composition window outside the client area, such as in a floating window. |
|
CFS_FORCE_POSITION |
Display the upper-left corner of the composition window at exactly the position given by ptCurrentPos. The coordinates are relative to the upper-left corner of the window containing the composition window and are not subject to adjustment by the IME. |
|
CFS_POINT |
Display the upper-left corner of the composition window at the position given by ptCurrentPos. The coordinates are relative to the upper-left corner of the window containing the composition window and are subject to adjustment by the IME. |
|
CFS_RECT |
Display the composition window at the position given by rcArea. The coordinates are relative to the upper-left of the window containing the composition window. |
Some IME windows adjust the composition window position specified by the system or the application. The CFS_FORCE_POSITION directs the IME window to skip this adjustment.
See also:
| file: /Techref/os/win/api/win32/struc/src/str02_5.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2012/2/10 14:40,
38.107.179.231:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/struc/src/str02_5.htm"> COMPOSITIONFORM</A> |
| Did you find what you needed? |
THE book for getting started with the PIC uC!
5 stars at Amazon.com
Now available from piclist.com for $34.95 ($7.50 S&H)
|
.