次の方法で共有


SipEnumIMProc (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

int SipEnumIMProc( 
  IMENUMINFO* pIMInfo
);

Parameters

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

Return Value

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

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

SipEnumIM
IMENUMINFO

Other Resources

Software-based Input Panel Functions