// wdm.h
typedef struct _INPUT_MAPPING_ELEMENT {
ULONG InputMappingId;
} INPUT_MAPPING_ELEMENT, *PINPUT_MAPPING_ELEMENT;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the input mapping IDs for a device.
InputMappingIdThe input mapping ID for a device.