WWAN_DEVICE_SLOT_MAPPING_INFO struttura (wwan.h)
La struttura WWAN_DEVICE_SLOT_MAPPING_INFO rappresenta la relazione di mapping da executor a slot nel dispositivo MB.
Sintassi
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 ha una nuova struttura, WwanStructSlotIndex, che rappresenta l'indice dello slot a cui viene mappato l'executor i-th ( dove 0 <= i <= (Numero di mapping -1)).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 versione 1703 |
Intestazione | wwan.h (include Wwan.h) |
Vedi anche
NDIS_STATUS_WWAN_DEVICE_SLOT_MAPPING_INFO
NDIS_WWAN_DEVICE_SLOT_MAPPING_INFO