Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Implement RegisterCallbackExto receive a pointer to an IIMCallbackExinterface. An input method (IM) uses the IIMCallbackExinterface to send keystrokes to an application and to change the icon on the InputPanel button.

Syntax

HRESULT RegisterCallbackEx (
  IIMCallback* 
pIMCallback 
);

Parameters

pIMCallback

Pointer to an IIMCallbackExinterface implemented in the input panel. The IM calls methods on this interface to send information back to the input panel.

Return Value

An appropriate HRESULT value is returned.

Remarks

The IIMCallbackExinterface to the input panel is exposed only through this method. The input panel calls this method during the initialization of the IM, along with Select, GetInfo, and ReceiveSipInfo.

Requirements

Header sip.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Reference

IInputMethodEx