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_STATUS_FLAG enumerated type indicates the status of a device's SMS message store.
These enumerated values are used in a bitfield by the MBN_SMS_STATUS_INFO structure.
Syntax
typedef enum MBN_SMS_STATUS_FLAG {
MBN_SMS_FLAG_NONE = 0,
MBN_SMS_FLAG_MESSAGE_STORE_FULL = 0x1,
MBN_SMS_FLAG_NEW_MESSAGE = 0x2
} ;
Constants
MBN_SMS_FLAG_NONE Value: 0 There is no SMS status information to report. |
MBN_SMS_FLAG_MESSAGE_STORE_FULL Value: 0x1 The message store is full. |
MBN_SMS_FLAG_NEW_MESSAGE Value: 0x2 A new non-class 0 message has been received by the interface. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |