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.
This subroutine is part of Base Operating System (BOS) Runtime.
The IMDestroy subroutine, IMFilter subroutine, IMLookupString subroutine, IMProcess subroutine.
Input Method Overview and National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.