UniQueryKeyboard: Difference between revisions
Appearance
m Ak120 moved page OS2 API:UniQueryKeyboard to UniQueryKeyboard |
|||
Line 14: | Line 14: | ||
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | * [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | ||
=== Calling | === Calling Convention === | ||
[[Cdecl32]] | [[Cdecl32]] | ||
Revision as of 19:25, 18 January 2017
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 Convention
Example Code
KHAND keyboardHndl; KEYBOARDINFO keyboardInfo; integer rc; ... rc = UniQueryKeyboard(keyboardHndl, keyboardInfo); ...
Related Functions
OS Version Introduced
- OS/2 Warp