UniQueryKeyboard: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 32: | Line 32: | ||
*OS/2 Warp | *OS/2 Warp | ||
[[Category: | [[Category:Uni]] |
Revision as of 20:07, 2 November 2016
UniQueryKeyboard
- UniQueryKeyboard(keyboardHndl, keyboardInfo)
- Get the header information from the keyboard table.
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 conversion
Example Code
KHAND keyboardHndl; KEYBOARDINFO keyboardInfo; integer rc; ... rc = UniQueryKeyboard(keyboardHndl, keyboardInfo); ...
Related Functions
OS Version Introduced
- OS/2 Warp