Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the current candidate window position.
STDMETHOD SetCandWndPos(DWORD dwFlag, RECT* pRect, LONG x, LONG y);
Parameters
- dwFlag
[in] Value that specifies the means of locating the candidate window. dwFlag can be CFS_RECT or CFS_POINT. - pRect
[in] Pointer to candidate window box. - x
[in] X-coordinate for point, if used, or x-coordinate of upper left corner for rectangle. - y
[in] Y-coordinate for point, if used, or y-coordinate of upper left corner for rectangle.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: KoreanImeUI.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors