Share via


SipEnumIMProc (Compact 2013)

3/28/2014

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

sysgen

SYSGEN_SOFTKB

See Also

Reference

Software-based Input Panel Functions
SipEnumIM
IMENUMINFO