This application-defined callback function is used with the SipEnumIM function to enumerate the currently available input methods.
At a Glance
Header file: | Sipapi.h |
Windows CE versions: | 2.10 and later |
Syntax
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.
See Also