WWAN_USSD_EVENT structure (wwan.h)

The WWAN_USSD_REQUEST structure describes an Unstructured Supplementary Service Data (USSD) event.

Syntax

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;

Members

EventType

The type of USSD event.

SessionState

The USSD string is the first message of a USSD session.

UssdString

The USSD string that accompanies the event.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header wwan.h (include Wwan.h)

See also

WWAN_USSD_EVENT_TYPE

WWAN_USSD_SESSION_STATE

WWAN_USSD_STRING