estrutura WWAN_DEVICE_SLOT_MAPPING_INFO (wwan.h)
A estrutura WWAN_DEVICE_SLOT_MAPPING_INFO representa a relação de mapeamento executor para slot no dispositivo MB.
Sintaxe
typedef struct _WWAN_DEVICE_SLOT_MAPPING_INFO {
WWAN_LIST_HEADER SlotMapListHeader;
} WWAN_DEVICE_SLOT_MAPPING_INFO, *PWWAN_DEVICE_SLOT_MAPPING_INFO;
Membros
SlotMapListHeader
WWAN_LIST_HEADER tem uma nova estrutura, WwanStructSlotIndex, que representa o índice de slot para o qual o executor i-th é mapeado (em que 0 <= i <= (Número de mapeamentos -1)).
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 10, versão 1703 |
Cabeçalho | wwan.h (inclua Wwan.h) |
Confira também
NDIS_STATUS_WWAN_DEVICE_SLOT_MAPPING_INFO
NDIS_WWAN_DEVICE_SLOT_MAPPING_INFO