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

Technical Reference: Base Operating System and Extensions, 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.

Related Information

The IMClose (IMClose Subroutine) subroutine, IMInitialize (IMInitialize Subroutine) subroutine.

Input Methods, National Language Support Overview, Understanding Keyboard Mapping contains a list of supported languages in AIX 5L Version 5.2 National Language Support Guide and Reference.

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