[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume 1

IMClose Subroutine

Purpose

Closes the input method.

Library

Input Method Library (libIM.a)

Syntax

void IMClose(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

IMfep Specifies the input method.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The IMDestroy subroutine.

Input Method Overview and National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]