WWAN_USSD_REQUEST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_ussd_request)

_WWAN_USSD_REQUEST structure

Description

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

Members

RequestType

The type of USSD request.

UssdString

The USSD string that accompanies the request.

See also

WWAN_USSD_REQUEST_TYPE

WWAN_USSD_STRING