SipEnumIMProc (Windows CE 5.0)

Send Feedback

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

int SipEnumIMProc( IMENUMINFO* pIMInfo);

Parameters

  • pIMInfo
    [in] Pointer to an IMENUMINFO structure, which contains information on an installed input method (IM).

Return Values

Nonzero continues enumeration. Zero stops enumeration.

Remarks

The pEnumIMProc parameter of the SipEnumIM function 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 SipEnumIM function.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Developer defined.
Link Library: Developer defined.

See Also

SipEnumIM | IMENUMINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.