[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, 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 (IMDestroy Subroutine) subroutine.

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


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]