WWAEXT_SMS_CONSTANTS enumeration (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The MBN_SMS_CONSTANTS enumerated type contains SMS constant values.

Syntax

typedef enum MBN_SMS_CONSTANTS {
  MBN_MESSAGE_INDEX_NONE = 0,
  MBN_CDMA_SHORT_MSG_SIZE_UNKNOWN = 0,
  MBN_CDMA_SHORT_MSG_SIZE_MAX = 160
} WWAEXT_SMS_CONSTANTS;

Constants

 
MBN_MESSAGE_INDEX_NONE
Value: 0
The message is not stored in device memory. This constant is used by IMbnSmsReadMsgPdu and IMbnSmsReadMsgTextCdma.
MBN_CDMA_SHORT_MSG_SIZE_UNKNOWN
Value: 0
The device does not support SMS. This constant is used by IMbnSmsConfiguration.
MBN_CDMA_SHORT_MSG_SIZE_MAX
Value: 160
The maximum size of a CDMA short message.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Header mbnapi.h