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.
A version of this page is also available for
4/8/2010

This application-defined callback function is used with the SipEnumIMfunction to enumerate the currently available input methods.

Syntax

int SipEnumIMProc( 
  IMENUMINFO* 
pIMInfo
);

Parameters

pIMInfo

[in] Pointer to an IMENUMINFOstructure, which contains information on an installed input method (IM).

Return Value

Nonzero continues enumeration. Zero stops enumeration.

Remarks

The pEnumIMProcparameter of the SipEnumIMfunction defines a pointer to SipEnumIMProc, which is a placeholder for the application-defined function name. An application must register this callback function by passing its address to the SipEnumIMfunction.

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

SipEnumIM
IMENUMINFO