Share via


IKoreanImeUI::SetCompData (Windows Embedded CE 6.0)

1/6/2010

Sets the current composition string.

Syntax

STDMETHOD SetCompData(
  DWORD dwCompLen, 
  WCHAR* lpCompStr
);

Parameters

  • dwCompLen
    [in] Length of composition string.
  • lpCompStr
    [in] Pointer to string contents.

Return Value

None.

Requirements

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

See Also

Reference

IKoreanImeUI