IImeIPoint2::Initialize

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.

STDMETHOD UpdateContext(
  VOID* pCallBack
); 

Parameters

  • pCallBack
    [in] Pointer to the IImeIPointNotifySink instance.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

IImeIPointNotifySink

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.