WWAN_DEVICE_SLOT_MAPPING_INFO structure (wwan.h)

The WWAN_DEVICE_SLOT_MAPPING_INFO structure represents the executor-to-slot mapping relationship in the MB device.

Syntax

typedef struct _WWAN_DEVICE_SLOT_MAPPING_INFO {
  WWAN_LIST_HEADER SlotMapListHeader;
} WWAN_DEVICE_SLOT_MAPPING_INFO, *PWWAN_DEVICE_SLOT_MAPPING_INFO;

Members

SlotMapListHeader

WWAN_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)).

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header wwan.h (include Wwan.h)

See also

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