struttura NDIS_WWAN_USSD_REQUEST (ndiswwan.h)
La struttura NDIS_WWAN_USSD_EVENT rappresenta una richiesta NDIS (Unstructured Supplement Service Data) (USSD).
Sintassi
typedef struct _NDIS_WWAN_USSD_REQUEST {
NDIS_OBJECT_HEADER Header;
WWAN_USSD_REQUEST UssdRequest;
} NDIS_WWAN_USSD_REQUEST, *PNDIS_WWAN_USSD_REQUEST;
Membri
Header
Intestazione con informazioni sul tipo, la revisione e le dimensioni relative alla struttura NDIS_WWAN_USSD_REQUEST. 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_USSD_REQUEST_REVISION_1 |
Grandezza | sizeof(NDIS_WWAN_USSD_REQUEST) |
Per altre informazioni su questi membri, vedere NDIS_OBJECT_HEADER.
UssdRequest
Oggetto WWAN_USSD_REQUEST formattato che rappresenta una richiesta USSD.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Supportato a partire da Windows 8. |
intestazione | ndiswwan.h (include Ndiswwan.h) |