IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddkbd.h

// CTL_CODE(0x000b, 0x020, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION 0x000B0080
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ni-ntddkbd-ioctl_keyboard_query_indicator_translation)

IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION IOCTL

Description

The IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION request returns information about the mapping between scan codes and keyboard indicators.

Parameters

Input buffer

Parameters.DeviceIoControl.OutputBufferLength is set to a value greater than or equal to the size, in bytes, of a device-specific KEYBOARD_INDICATOR_TRANSLATION structure. This structure includes a variable-sized array of INDICATOR_LIST members that is device-specific.

Input buffer length

The size of a KEYBOARD_INDICATOR_TRANSLATION structure.

Output buffer

AssociatedIrp.SystemBuffer points to a client-allocated buffer that I8042prt uses to output a KEYBOARD_INDICATOR_TRANSLATION structure. This structure includes a variable-sized array of INDICATOR_LIST members that is device-specific.

Output buffer length

The size of a KEYBOARD_INDICATOR_TRANSLATION structure.

Input/output buffer

Input/output buffer length

Status block

If the request is successful, the Information member is set to the size, in bytes, of the device-specific KEYBOARD_INDICATOR_TRANSLATION structure. Otherwise, Information is set to zero.

The Status member is set to one of the following values:

-STATUS_BUFFER_TOO_SMALL

Parameters.DeviceIoControl.OutputBufferLength is less than the size, in bytes, of the device-specific KEYBOARD_INDICATOR_TRANSLATION structure.

-STATUS_SUCCESS

The request completed successfully.

See also

IOCTL_KEYBOARD_QUERY_ATTRIBUTES

IOCTL_KEYBOARD_QUERY_INDICATORS

IOCTL_KEYBOARD_QUERY_TYPEMATIC

KEYBOARD_INDICATOR_TRANSLATION