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

IMDestroy Subroutine

Purpose

Destroys an input method instance.

Library

Input Method Library (libIM.a)

Syntax

void IMDestroy(IM)
IMObject IM;

Description

The IMDestroy subroutine destroys an input method instance.

Parameters

IM Specifies the input method instance to be destroyed.

Implementation Specifics

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

Related Information

The IMClose subroutine, IMCreate 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 ]