IMENUMINFO

This structure contains information on an installed input method (IM).

At a Glance

Header file: Sipapi.h
Windows CE versions: 2.10 and later

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.

See Also

SIPEnumIMProc