// 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 referenceNo description available.
The WWAN_SMS_READ structure represents the format and filter of SMS messages to read.
SmsFormatThe 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.
ReadFilterRepresents 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.