Share via


GetKeyboardStatus

This function returns the status of the hardware keyboard.

DWORD GetKeyboardStatus( VOID ); 

Return Values

KBDI_KEYBOARD_PRESENT indicates that hardware keyboard is present on the system. KBDI_KEYBOARD_ENABLED indicates that hardware keyboard is currently enabled. KBDI_KEYBOARD_ENTER_ESC indicates that the keyboard has an ENTER key and an ESCAPE key, or the equivalents. KBDI_KEYBOARD_ALPHA_NUM indicates that the keyboard has alphabetic and numeric keys.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS Japanese version 1.0 and later Winuser.h   Kbdui.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.