IOCTL_KEYBOARD_QUERY_TYPEMATIC IOCTL (ntddkbd.h)

The IOCTL_KEYBOARD_QUERY_TYPEMATIC request returns the keyboard typematic settings.

Input buffer

Parameters.DeviceIoControl.OutputBufferLength is set to a value greater than or equal to the size, in bytes, of a KEYBOARD_TYPEMATIC_PARAMETERS structure.

Input buffer length

The size of a KEYBOARD_TYPEMATIC_PARAMETERS structure.

Output buffer

AssociatedIrp.SystemBuffer points to a client-allocated output buffer that I8042prt uses to output a KEYBOARD_TYPEMATIC_PARAMETERS structure.

Output buffer length

The size of a KEYBOARD_TYPEMATIC_PARAMETERS structure.

Requirements

Requirement Value
Header ntddkbd.h (include Ntddkbd.h)

See also

IOCTL_KEYBOARD_QUERY_ATTRIBUTES

IOCTL_KEYBOARD_QUERY_INDICATORS

IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION

KEYBOARD_TYPEMATIC_PARAMETERS