INPUT_MAPPING_ELEMENT - NtDoc

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

typedef struct _INPUT_MAPPING_ELEMENT {
  ULONG InputMappingId;
} INPUT_MAPPING_ELEMENT, *PINPUT_MAPPING_ELEMENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_input_mapping_element)

_INPUT_MAPPING_ELEMENT structure

Description

Contains the input mapping IDs for a device.

Members

InputMappingId

The input mapping ID for a device.

Remarks

See also