Creates one instance of an IMObject object for a particular input method.
Input Method Library (libIM.a)
IMObject IMCreate( IMfep, IMCallback, UData)
IMFep IMfep;
IMCallback *IMCallback;
caddr_t UData;
The IMCreate subroutine creates one instance of a particular input method. Several input method instances can be created under one input method.
The IMCreate subroutine returns a pointer to the created input method instance of type IMObject. If the subroutine is unsuccessful, a null value is returned and the imerrno global variable is set to indicate the error.
The IMDestroy (IMDestroy Subroutine) subroutine, IMFilter (IMFilter Subroutine) subroutine, IMLookupString (IMLookupString Subroutine) subroutine, IMProcess (IMProcess Subroutine) subroutine.
Input Methods and National Language Support Overview in AIX 5L Version 5.2 National Language Support Guide and Reference.