// wwan.h
typedef struct _WWAN_DEVICE_SLOT_MAPPING_INFO {
WWAN_LIST_HEADER SlotMapListHeader;
} WWAN_DEVICE_SLOT_MAPPING_INFO, *PWWAN_DEVICE_SLOT_MAPPING_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DEVICE_SLOT_MAPPING_INFO structure represents the executor-to-slot mapping relationship in the MB device.
SlotMapListHeaderWWAN_LIST_HEADER has a new structure, WwanStructSlotIndex, which represents the slot index the i-th executor is mapped to (where 0 <= i <= (Number of mappings -1)).
NDIS_STATUS_WWAN_DEVICE_SLOT_MAPPING_INFO
NDIS_WWAN_DEVICE_SLOT_MAPPING_INFO
NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO
OID_WWAN_DEVICE_SLOT_MAPPING_INFO