ReactOS 0.4.15-dev-7788-g1ad9096
_KEYBOARD_ATTRIBUTES Struct Reference

#include <ntddkbd.h>

Collaboration diagram for _KEYBOARD_ATTRIBUTES:

Public Attributes

KEYBOARD_ID KeyboardIdentifier
 
USHORT KeyboardMode
 
USHORT NumberOfFunctionKeys
 
USHORT NumberOfIndicators
 
USHORT NumberOfKeysTotal
 
ULONG InputDataQueueLength
 
KEYBOARD_TYPEMATIC_PARAMETERS KeyRepeatMinimum
 
KEYBOARD_TYPEMATIC_PARAMETERS KeyRepeatMaximum
 

Detailed Description

Definition at line 123 of file ntddkbd.h.

Member Data Documentation

◆ InputDataQueueLength

ULONG _KEYBOARD_ATTRIBUTES::InputDataQueueLength

Definition at line 129 of file ntddkbd.h.

Referenced by i8042InitializeKeyboardAttributes(), and KbdHid_AddDevice().

◆ KeyboardIdentifier

KEYBOARD_ID _KEYBOARD_ATTRIBUTES::KeyboardIdentifier

◆ KeyboardMode

USHORT _KEYBOARD_ATTRIBUTES::KeyboardMode

Definition at line 125 of file ntddkbd.h.

◆ KeyRepeatMaximum

KEYBOARD_TYPEMATIC_PARAMETERS _KEYBOARD_ATTRIBUTES::KeyRepeatMaximum

Definition at line 131 of file ntddkbd.h.

Referenced by KbdHid_AddDevice().

◆ KeyRepeatMinimum

KEYBOARD_TYPEMATIC_PARAMETERS _KEYBOARD_ATTRIBUTES::KeyRepeatMinimum

Definition at line 130 of file ntddkbd.h.

Referenced by i8042InitializeKeyboardAttributes(), and KbdHid_AddDevice().

◆ NumberOfFunctionKeys

USHORT _KEYBOARD_ATTRIBUTES::NumberOfFunctionKeys

◆ NumberOfIndicators

USHORT _KEYBOARD_ATTRIBUTES::NumberOfIndicators

Definition at line 127 of file ntddkbd.h.

Referenced by i8042InitializeKeyboardAttributes(), and KbdHid_AddDevice().

◆ NumberOfKeysTotal

USHORT _KEYBOARD_ATTRIBUTES::NumberOfKeysTotal

Definition at line 128 of file ntddkbd.h.

Referenced by i8042InitializeKeyboardAttributes(), and KbdHid_AddDevice().


The documentation for this struct was generated from the following file: