// wwan.h
typedef struct _WWAN_SMS_FILTER {
WWAN_SMS_FLAG Flag;
ULONG MessageIndex;
} WWAN_SMS_FILTER, *PWWAN_SMS_FILTER;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_SMS_FILTER structure represents the filter to apply to SMS messages on the MB device.
FlagA value from the WWAN_SMS_FLAG enumeration that represents what filter to use to display SMS messages for.
MessageIndexA value between 1 and ulMaxMessageIndex that is an index into the device's message store.
This value in this member is valid only if Flag is set to WwanSmsFlagIndex. The MB Service sets this member if Flag is set to WwanSmsFlagIndex. For all flags other than WwanSmsFlagIndex, the MB Service sets this index to WWAN_MESSAGE_INDEX_NONE.
When Flag is WwanSmsFlagIndex, the filter identifies the SMS message specified by MessageIndex .