Jump to content

UniDestroyKeyboard: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
(No difference)

Revision as of 04:15, 5 December 2016

UniDestroyKeyboard

UniDestroyKeyboard(keyboardHndl)
Close the keyboard reference.

Parameters

keyboardHndl - KHAND - input
The key board handle received from UniCreateKeyboard.

Constants

None

Returns

An integer with values of:

Calling conversion

Cdecl32

Example Code

KHAND   keyboardHndl;
integer rc;
...
rc = UniDestroyKeyboard(keyboardHndl);
...

Related Functions

Notes

UniDestroyKeyboard closes the keyboard handle and decrements the use count. When the use count is zero, the keyboard handle is closed.

OS Version Introduced

OS/2 Warp