WWAN_SMS_READ structure (wwan.h)
The WWAN_SMS_READ structure represents the format and filter of SMS messages to read.
Syntax
typedef struct _WWAN_SMS_READ {
WWAN_SMS_FORMAT SmsFormat;
WWAN_SMS_FILTER ReadFilter;
} WWAN_SMS_READ, *PWWAN_SMS_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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |