Share via


IKoreanImeUI::GetCandWndPos (Windows Embedded CE 6.0)

1/6/2010

Returns the current candidate window position.

Syntax

STDMETHOD GetCandWndPos(
  LONG* px, 
  LONG* py
);

Parameters

  • px
    [out] X-coordinate position of upper left corner.
  • py
    [out] Y-coordinate position of upper left corner.

Return Value

Candidate window position.

Requirements

Header koreanimeui.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IKoreanImeUI