IKoreanImeUI::SetCandWndPos (Windows Embedded CE 6.0)
1/6/2010
Sets the current candidate window position.
Syntax
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 Value
None.
Requirements
Header | koreanimeui.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |