Jump to content

UniQueryKeyboard

From EDM2
Revision as of 20:07, 2 November 2016 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:UniQueryKeyboard to UniQueryKeyboard)

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

Cdecl32

Example Code

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

Related Functions

OS Version Introduced

  • OS/2 Warp