struttura NDIS_WWAN_PRESHUTDOWN_STATE (ndiswwan.h)
La struttura NDIS_WWAN_PRESHUTDOWN_STATE contiene lo stato di pre-arresto.
Sintassi
typedef struct _NDIS_WWAN_PRESHUTDOWN_STATE {
NDIS_OBJECT_HEADER Header;
WWAN_STATUS uStatus;
} NDIS_WWAN_PRESHUTDOWN_STATE, *PNDIS_WWAN_PRESHUTDOWN_STATE;
Membri
Header
Intestazione con informazioni di tipo, revisione e dimensioni sulla struttura NDIS_WWAN_PRESHUTDOWN_STATE.
Sottomembero intestazione | Valore |
---|---|
Digitare | NDIS_OBJECT_TYPE_DEFAULT |
Revisione | NDIS_WWAN_PRESHUTDOWN_STATE_REVISION_1 |
Grandezza | sizeof(NDIS_WWAN_PRESHUTDOWN_STATE) |
Per altre informazioni su questi membri, vedere NDIS_OBJECT_HEADER.
uStatus
Nella tabella seguente vengono illustrati i possibili codici di stato.
Valore | Significato |
---|---|
WWAN_STATUS_SUCCESS | Le operazioni di pre-arresto sono complete e l'host può spegnere il driver MBB. |
WWAN_STATUS_NO_DEVICE_SUPPORT | Il modem non supporta le notifiche di pre-arresto. |
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Disponibile a partire da Windows 10 versione 1511. |
intestazione | ndiswwan.h (include Ndiswwan.h) |