WWAN_SMS_FILTER structure (wwan.h)

The WWAN_SMS_FILTER structure represents the filter to apply to SMS messages on the MB device.

Syntax

typedef struct _WWAN_SMS_FILTER {
  WWAN_SMS_FLAG Flag;
  ULONG         MessageIndex;
} WWAN_SMS_FILTER, *PWWAN_SMS_FILTER;

Members

Flag

A value from the WWAN_SMS_FLAG enumeration that represents what filter to use to display SMS messages for.

MessageIndex

A 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.

Remarks

When Flag is WwanSmsFlagIndex, the filter identifies the SMS message specified by MessageIndex .

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_SMS_DELETE

WWAN_SMS_FLAG

WWAN_SMS_READ