WWAN_SMS_READ - NtDoc

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

typedef struct _WWAN_SMS_READ {
  WWAN_SMS_FORMAT SmsFormat;
  WWAN_SMS_FILTER ReadFilter;
} WWAN_SMS_READ, *PWWAN_SMS_READ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SMS_READ structure

Description

The WWAN_SMS_READ structure represents the format and filter of SMS messages to read.

Members

SmsFormat

The format in which the miniport driver should return messages for query requests. The MB Service specifies this value.

WwanSmsFormatCdma applies only to CDMA-based devices. CDMA-based devices support only the WwanSmsFormatCdma format.

ReadFilter

Represents the filter upon which the miniport driver should retrieve the messages. For example, the filter could indicate to return all messages in the index based on the message store, or all messages based on new, old, draft, or sent flags.

See also

NDIS_WWAN_SMS_READ

WWAN_SMS_FILTER

WWAN_SMS_FORMAT