Compartilhar via


GetKeyboardStatus

Windows Mobile SupportedWindows Embedded CE Supported

9/9/2008

Essa função retorna o status do Teclado hardware.

Syntax

DWORD GetKeyboardStatus();

Parameters

Nenhum.

Return Value

Essa função retorna uma bitmask indicando Whether or not um teclado está presente e quais são seus recursos. A seguinte tabela mostra a bitmask.

Identificador Valor Descrição

KBDI_KEYBOARD_PRESENT

0x0001

Indica se o sistema contém hardware de teclado ou não.

KBDI_KEYBOARD_ENABLED

0x0002

Indica se o hardware de teclado está ou não habilitado.

Este bit é considerado definida mas pode ser modificado com EnableHardwareKeyboard.

KBDI_KEYBOARD_ENTER_ESC

0x0004

Indica se o hardware de teclado tem chaves ENTER e Esc.

KBDI_KEYBOARD_ALPHA_NUM

0x0008

Indica se o hardware de teclado tem alfanumérico ou não as chaves.

Requirements

Header winuser.h
Library Kbdui.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

EnableHardwareKeyboard
Keyboard Functions

Other Resources

Keyboard Driver Registry Settings