다음을 통해 공유


IKoreanImeUI::SetCandWndPos (Windows CE 5.0)

Send Feedback

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

IKoreanImeUI

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.