IMENUMINFO (Compact 2013)

3/28/2014

This structure contains information about an installed input method.

Syntax

struct_IMENUMINFO{
  TCHAR szName[MAX_PATH];
  CLSID clsid;
}IMENUMINFO;

Members

  • szName
    Length of IM default name, set by the IM installation in the registry, that has a maximum of MAX_PATH and includes the NULL character.
  • clsid
    Class identifier (CLSID) of the installed IM.

Requirements

Header

sipapi.h

sysgen

SYSGEN_SOFTKB

See Also

Reference

Software-based Input Panel Structures
SipEnumIMProc