Jump to content

UniQueryKeyboard: Difference between revisions

From EDM2
No edit summary
Line 1: Line 1:
== UniQueryKeyboard ==
Get the header information from the keyboard table.
; UniQueryKeyboard(keyboardHndl, keyboardInfo) : Get the header information from the keyboard table.
=== Syntax ===
UniQueryKeyboard(keyboardHndl, keyboardInfo) ;


=== Parameters ===
=== Parameters ===

Revision as of 18:55, 26 July 2017

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