// wwan.h
typedef struct _WWAN_USSD_EVENT {
WWAN_USSD_EVENT_TYPE EventType;
WWAN_USSD_SESSION_STATE SessionState;
WWAN_USSD_STRING UssdString;
} WWAN_USSD_EVENT, *PWWAN_USSD_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_USSD_REQUEST structure describes an Unstructured Supplementary Service Data (USSD) event.
EventTypeThe type of USSD event.
SessionStateThe USSD string is the first message of a USSD session.
UssdStringThe USSD string that accompanies the event.