Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

As a user types, characters are built into a composition string. The string is displayed in the default Composition window if the window that has the focus is Input Method Editor (IME)–unaware. IME–aware windows display the composition string in their own window. The remainder of this section assumes that the string is displayed in the default Composition window. Depending on the conversion mode, the Composition window displays either converted or unconverted text.

An application can call the ImmGetCompositionWindowfunction to retrieve information about the Composition window contained in the COMPOSITIONFORMstructure, or it can call the ImmGetCompositionFontfunction to get the logical font currently used to display characters in the Composition window.

See Also