structure WWAN_USSD_REQUEST (wwan.h)
La structure WWAN_USSD_REQUEST décrit une requête USSD (Unstructured Supplement Service Data).
Syntaxe
typedef struct _WWAN_USSD_REQUEST {
WWAN_USSD_REQUEST_TYPE RequestType;
WWAN_USSD_STRING UssdString;
} WWAN_USSD_REQUEST, *PWWAN_USSD_REQUEST;
Membres
RequestType
Type de requête USSD.
UssdString
Chaîne USSD qui accompagne la requête.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Prise en charge à partir de Windows 8. |
d’en-tête | wwan.h (include Wwan.h) |