WWAN_USSD_REQUEST structure (wwan.h)

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

Syntax

typedef struct _WWAN_USSD_REQUEST {
  WWAN_USSD_REQUEST_TYPE RequestType;
  WWAN_USSD_STRING       UssdString;
} WWAN_USSD_REQUEST, *PWWAN_USSD_REQUEST;

Members

RequestType

The type of USSD request.

UssdString

The USSD string that accompanies the request.

Requirements

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

See also

WWAN_USSD_REQUEST_TYPE

WWAN_USSD_STRING