struttura WWAN_USSD_REQUEST (wwan.h)

La struttura WWAN_USSD_REQUEST descrive una richiesta USSD (Unstructured Supplement Service Data).

Sintassi

typedef struct _WWAN_USSD_REQUEST {
  WWAN_USSD_REQUEST_TYPE RequestType;
  WWAN_USSD_STRING       UssdString;
} WWAN_USSD_REQUEST, *PWWAN_USSD_REQUEST;

Members

RequestType

Tipo di richiesta USSD.

UssdString

Stringa USSD che accompagna la richiesta.

Requisiti

Requisito Valore
Client minimo supportato Supportato a partire da Windows 8.
Intestazione wwan.h (include Wwan.h)

Vedi anche

WWAN_USSD_REQUEST_TYPE

WWAN_USSD_STRING