IMR_COMPOSITIONFORM (Windows Embedded CE 6.0)
1/6/2010
This message is sent to the application through the WM_IME_REQUEST message when a selected IME needs data about the composition window.
Syntax
lParam = (LPARAM)lpCOMPOSITIONFORM;
Parameters
- lpCOMPOSITIONFORM
Long pointer to a buffer that contains a COMPOSITIONFORM structure.
Return Value
A nonzero value if the application filled in the COMPOSITIONFORM structure in lParam indicates success. Zero indicates otherwise.
Remarks
This notification may be sent by the IME to a window that cleared the ISC_SHOWUICOMPOSITIONWINDOW flag in the WM_SETCONTEXT message handler.
Requirements
Header | imm.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
WM_IME_REQUEST
COMPOSITIONFORM