WWAN_SMS_SEND - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_SMS_SEND {
  WWAN_SMS_FORMAT SmsFormat;
  union {
    WWAN_SMS_SEND_PDU  Pdu;
    WWAN_SMS_SEND_CDMA Cdma;
  } u;
} WWAN_SMS_SEND, *PWWAN_SMS_SEND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SMS_SEND structure

Description

The WWAN_SMS_SEND structure represents an SMS text message to send.

Members

SmsFormat

The format of the SMS text message.

u

Container union for the different SMS formats.

u.Pdu

Short message data types to be used depending on the value of SmsFormat as shown in the following table.

SmsFormat Member to use
WwanSmsFormatPdu Pdu
WwanSmsFormatCdma Cdma

u.Cdma

Short message data types to be used depending on the value of SmsFormat as shown in the following table.

SmsFormat Member to use
WwanSmsFormatPdu Pdu
WwanSmsFormatCdma Cdma

See also

NDIS_WWAN_SMS_SEND

WWAN_SMS_SEND_CDMA

WWAN_SMS_SEND_PDU