Jump to content

UniQueryKeyboard: Difference between revisions

From EDM2
UniQueryKeyboard created
 
No edit summary
Line 40: Line 40:
=== OS Version Introduced ===
=== OS Version Introduced ===
OS/2 Warp
OS/2 Warp
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:19, 1 November 2011

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:

Module

Define (C/C++)

Export name/Ordinal

Calling conversion

Cdecl32

Example Code

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

Related Functions

UniCreateKeyboard UniDestroyKeyboard

Notes

OS Version Introduced

OS/2 Warp


Back to OS/2 API