// wwan.h
typedef struct _WWAN_USSD_REQUEST {
WWAN_USSD_REQUEST_TYPE RequestType;
WWAN_USSD_STRING UssdString;
} WWAN_USSD_REQUEST, *PWWAN_USSD_REQUEST;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_USSD_REQUEST structure describes an Unstructured Supplementary Service Data (USSD) request.
RequestTypeThe type of USSD request.
UssdStringThe USSD string that accompanies the request.