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

IMQueryLanguage Subroutine

Purpose

Checks to see if the specified input method is supported.

Library

Input Method Library (libIM.a)

Syntax

uint IMQueryLanguage(Name)
IMLanguage Name;

Description

The IMQueryLanguage subroutine checks to see if the input method specified by the Name parameter is supported.

Parameters

Name Specifies the input method.

Return Values

The IMQueryLanguage subroutine returns a true value if the specified input method is supported, a false value if not.

Implementation Specifics

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

Related Information

The IMClose subroutine, IMInitialize subroutine.

Input Method Overview, National Language Support Overview for Programming, Understanding Keyboard Mapping contains a list of supported languages in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.


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