Share via


IImeIPoint2::Initialize (Windows Embedded CE 6.0)

1/6/2010

This method initializes the conversion service and registers a pointer to an IImeIPointNotifySink interface to the conversion service. The conversion service uses the IImeIPointNotifySink interface to send the composition, candidate, and result strings to the IME UI.

Syntax

STDMETHOD UpdateContext(
  VOID* pCallBack
); 

Parameters

  • pCallBack
    [in] Pointer to the IImeIPointNotifySink instance.

Return Value

None.

Requirements

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

See Also

Reference

IImeIPoint2
IImeIPointNotifySink