Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_FORMAT enumerated type specifies the format of SMS messages.
Syntax
typedef enum MBN_SMS_FORMAT {
MBN_SMS_FORMAT_NONE = 0,
MBN_SMS_FORMAT_PDU = 0x1,
MBN_SMS_FORMAT_TEXT = 0x2
} ;
Constants
MBN_SMS_FORMAT_NONE Value: 0 No SMS format. |
MBN_SMS_FORMAT_PDU Value: 0x1 For GSM devices, SMS, messages will be read in PDU format. For CDMA devices, SMS messages will be read in binary CDMA format. |
MBN_SMS_FORMAT_TEXT Value: 0x2 For CDMA devices, SMS messages will be read in text format. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |