UniQueryKeyboard: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
== | Get the header information from the keyboard table. | ||
=== Syntax === | |||
UniQueryKeyboard(keyboardHndl, keyboardInfo) ; | |||
=== Parameters === | === Parameters === |
Revision as of 18:55, 26 July 2017
Get the header information from the keyboard table.
Syntax
UniQueryKeyboard(keyboardHndl, keyboardInfo) ;
Parameters
- keyboardHndl - KHAND - input
- The key board handle received from UniCreateKeyboard.
- keyboardInfo - KEYBOARDINFO - output
- The keyboard infomation.
Constants
None
Returns
An integer with values of:
Calling Convention
Example Code
KHAND keyboardHndl; KEYBOARDINFO keyboardInfo; integer rc; ... rc = UniQueryKeyboard(keyboardHndl, keyboardInfo); ...
Related Functions
OS Version Introduced
- OS/2 Warp