UniDestroyKeyboard: Difference between revisions
Appearance
m Ak120 moved page OS2 API:UniDestroyKeyboard to UniDestroyKeyboard |
|||
Line 14: | Line 14: | ||
* [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | * [[OS2 API:Unicode:error#ULS_SUCCESS|ULS_SUCCESS]] | ||
=== Calling | === Calling Convention === | ||
[[Cdecl32]] | [[Cdecl32]] | ||
Revision as of 19:24, 18 January 2017
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 Convention
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