WWAN_MSG_STATUS - NtDoc

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

typedef enum _WWAN_MSG_STATUS {
  WwanMsgStatusNew,
  WwanMsgStatusOld,
  WwanMsgStatusDraft,
  WwanMsgStatusSent,
  WwanMsgStatusMax
} WWAN_MSG_STATUS, *PWWAN_MSG_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_MSG_STATUS enumeration

Description

The WWAN_MSG_STATUS enumeration lists different SMS message statuses.

Constants

WwanMsgStatusNew

The message is new or unread.

WwanMsgStatusOld

The message is old and is read.

WwanMsgStatusDraft

The message is unsent and stored in the device.

WwanMsgStatusSent

The message has already been sent.

WwanMsgStatusMax

The total number of supported SMS message statuses.

See also

WWAN_SMS_CDMA_RECORD

WWAN_SMS_PDU_RECORD