IMClose Subroutine
Purpose
Closes the input method.
Library
Input Method Library (libIM.a)
Syntax
void IMClose( IMfep)
IMFep IMfep;
IMFep IMfep;
Description
The IMClose subroutine closes the input method. Before the IMClose subroutine is called, all previously created input method instances must be destroyed with the IMDestroy subroutine, or memory will not be cleared.
Parameters
Item | Description |
---|---|
IMfep | Specifies the input method. |