Skip to content

Latest commit

 

History

History
156 lines (114 loc) · 4.15 KB

ns-ntddkbd-keyboard_indicator_parameters.md

File metadata and controls

156 lines (114 loc) · 4.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ntddkbd._KEYBOARD_INDICATOR_PARAMETERS
KEYBOARD_INDICATOR_PARAMETERS (ntddkbd.h)
KEYBOARD_INDICATOR_PARAMETERS specifies the state of a keyboard's indicator LEDs.
*PKEYBOARD_INDICATOR_PARAMETERS
KEYBOARD_INDICATOR_PARAMETERS
KEYBOARD_INDICATOR_PARAMETERS structure [Human Input Devices]
PKEYBOARD_INDICATOR_PARAMETERS
PKEYBOARD_INDICATOR_PARAMETERS structure pointer [Human Input Devices]
hid.keyboard_indicator_parameters
kref_d0dd9f49-1ccb-444f-8dd6-243f6d150ab9.xml
ntddkbd/KEYBOARD_INDICATOR_PARAMETERS
ntddkbd/PKEYBOARD_INDICATOR_PARAMETERS
hid\keyboard_indicator_parameters.htm
hid
68c9d24a-c1c9-4ef6-904d-6aeb68cea32a
12/05/2018
*PKEYBOARD_INDICATOR_PARAMETERS, KEYBOARD_INDICATOR_PARAMETERS, KEYBOARD_INDICATOR_PARAMETERS structure [Human Input Devices], PKEYBOARD_INDICATOR_PARAMETERS, PKEYBOARD_INDICATOR_PARAMETERS structure pointer [Human Input Devices], hid.keyboard_indicator_parameters, kref_d0dd9f49-1ccb-444f-8dd6-243f6d150ab9.xml, ntddkbd/KEYBOARD_INDICATOR_PARAMETERS, ntddkbd/PKEYBOARD_INDICATOR_PARAMETERS
ntddkbd.h
Ntddkbd.h
Windows
Windows
KEYBOARD_INDICATOR_PARAMETERS, *PKEYBOARD_INDICATOR_PARAMETERS
19H1
_KEYBOARD_INDICATOR_PARAMETERS
ntddkbd/_KEYBOARD_INDICATOR_PARAMETERS
PKEYBOARD_INDICATOR_PARAMETERS
ntddkbd/PKEYBOARD_INDICATOR_PARAMETERS
KEYBOARD_INDICATOR_PARAMETERS
ntddkbd/KEYBOARD_INDICATOR_PARAMETERS
c++
APIRef
kbSyntax
HeaderDef
ntddkbd.h
KEYBOARD_INDICATOR_PARAMETERS

KEYBOARD_INDICATOR_PARAMETERS structure

-description

KEYBOARD_INDICATOR_PARAMETERS specifies the state of a keyboard's indicator LEDs.

-struct-fields

-field UnitId

Specifies the unit number of a keyboard device. A keyboard device name has the format \Device\KeyboardPortN, where the suffix N is the unit number of the device. For example, a device, whose name is \Device\KeyboardPort0, has a unit number of zero, and a device, whose name is \Device\KeyboardPort1, has a unit number of one.

-field LedFlags

Specifies a bitwise OR of zero or more of the following LED flags:

LED Flag Meaning
KEYBOARD_CAPS_LOCK_ON CAPS LOCK LED is on.
KEYBOARD_LED_INJECTED Used by a Terminal Server.
KEYBOARD_NUM_LOCK_ON NUM LOCK LED is on.
KEYBOARD_SCROLL_LOCK_ON SCROLL LOCK LED is on.
KEYBOARD_SHADOW Used by a Terminal Server.

-remarks

This structure is used with IOCTL_KEYBOARD_QUERY_INDICATORS and IOCTL_KEYBOARD_SET_INDICATORS requests to query and set keyboard indicator LEDs.

-see-also

IOCTL_KEYBOARD_QUERY_ATTRIBUTES

IOCTL_KEYBOARD_QUERY_INDICATORS

IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION

IOCTL_KEYBOARD_QUERY_TYPEMATIC

IOCTL_KEYBOARD_SET_INDICATORS

IOCTL_KEYBOARD_SET_TYPEMATIC

KEYBOARD_UNIT_ID_PARAMETER