Condividi tramite


struttura NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO (ndiswwan.h)

La struttura NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO imposta la relazione di mapping da executor a slot del dispositivo MB.

Sintassi

typedef struct _NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO {
  NDIS_OBJECT_HEADER            Header;
  WWAN_DEVICE_SLOT_MAPPING_INFO SetDeviceSlotMappingInfo;
} NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO, *PNDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO;

Membri

Header

Intestazione con informazioni di tipo, revisione e dimensioni sulla struttura NDIS_WWAN_SET_DEVICE_SLOT_MAPPINGS. Il servizio MB imposta l'intestazione con i valori visualizzati nella tabella seguente quando invia la struttura dei dati al driver miniport per le operazioni impostate. I driver Miniport devono impostare l'intestazione con gli stessi valori quando inviano la struttura dei dati al servizio MB.

Sottomembero intestazione Valore
Digitare NDIS_OBJECT_TYPE_DEFAULT
Revisione NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO_REVISION_1
Grandezza sizeof(NDIS_WWAN_SET_DEVICE_SLOT_MAPPING_INFO)
 

Per altre informazioni su questi membri, vedere NDIS_OBJECT_HEADER.

SetDeviceSlotMappingInfo

Struttura WWAN_DEVICE_SLOT_MAPPING_INFO formattata che rappresenta la relazione di mapping da executor a slot del dispositivo MB.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1703
intestazione ndiswwan.h (include Ndiswwan.h)

Vedere anche

NDIS_OBJECT_HEADER

OID_WWAN_DEVICE_SLOT_MAPPING_INFO

WWAN_DEVICE_SLOT_MAPPING_INFO