WWAN_SMS_FLAG - NtDoc

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

typedef enum _WWAN_SMS_FLAG {
  WwanSmsFlagAll,
  WwanSmsFlagIndex,
  WwanSmsFlagNew,
  WwanSmsFlagOld,
  WwanSmsFlagSent,
  WwanSmsFlagDraft,
  WwanSmsFlagMax
} WWAN_SMS_FLAG, *PWWAN_SMS_FLAG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_sms_flag)

_WWAN_SMS_FLAG enumeration

Description

The WWAN_SMS_FLAG enumeration lists different flags to filter SMS text messages.

Constants

WwanSmsFlagAll

No filter is set.

WwanSmsFlagIndex

Filter based on the value of an index.

WwanSmsFlagNew

Filter for new (unread) messages.

WwanSmsFlagOld

Filter for old (read) messages.

WwanSmsFlagSent

Filter for sent messages.

WwanSmsFlagDraft

Filter for draft messages.

WwanSmsFlagMax

The total number of filter flags.

See also

WWAN_SMS_FILTER