Translates a pair of KeySymbol and State parameters to a string and returns a pointer to this string.
Input Method Library (libIM.a)
caddr_t IMSimpleMapping (IMMap, KeySymbol, State, NBytes) IMMap IMMap; KeySym KeySymbol; uint State; int *NBytes;
Like the IMAIXMapping subroutine, the IMSimpleMapping subroutine translates a pair of KeySymbol and State parameters to a string and returns a pointer to this string. The parameters have the same meaning as those in the IMAIXMapping subroutine.
The IMSimpleMapping subroutine differs from the IMAIXMapping subroutine in that it does not support the diacritic character sequence or the Alt-NumPad key sequence.
IMMap | Identifies the keymap. |
KeySymbol | Key symbol to which the string is mapped. |
State | Specifies the state to which the string is mapped. |
NBytes | Returns the length of the returning string. |
This subroutine is part of Base Operating System (BOS) Runtime.
The IMAIXMapping subroutine, IMFreeKeymap subroutine, IMInitializeKeymap subroutine.
Input Method Overview and National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.