Jump to content

UniQueryKeyboard

From EDM2
Revision as of 18:55, 26 July 2017 by Martini (talk | contribs)

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

Cdecl32

Example Code

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

Related Functions

OS Version Introduced

  • OS/2 Warp