Condividi tramite


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;

Membri

RequestType

Tipo di richiesta USSD.

UssdString

Stringa USSD che accompagna la richiesta.

Fabbisogno

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

Vedere anche

WWAN_USSD_REQUEST_TYPE

WWAN_USSD_STRING