UniDestroyKeyboard: Difference between revisions
Appearance
UniDestroyKeyboard created |
No edit summary |
||
Line 39: | Line 39: | ||
=== 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:17, 1 November 2011
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:
Module
Define (C/C++)
Export name/Ordinal
Calling conversion
Example Code
KHAND keyboardHndl; integer rc; ... rc = UniDestroyKeyboard(keyboardHndl); ...
Related Functions
UniCreateKeyboard UniQueryKeyboard
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