Jump to content

UniQueryKeyboard: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Line 14: Line 14:
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]]
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]]


=== Calling conversion ===
=== 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

Cdecl32

Example Code

KHAND        keyboardHndl;
KEYBOARDINFO keyboardInfo;
integer      rc;
...
rc = UniQueryKeyboard(keyboardHndl, keyboardInfo);
...

Related Functions

OS Version Introduced

  • OS/2 Warp