MBN_SMS_STATUS_INFO structure (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_STATUS_INFO structure contains the status of the SMS message store of a device.

Syntax

typedef struct MBN_SMS_STATUS_INFO {
  ULONG flag;
  ULONG messageIndex;
} MBN_SMS_STATUS_INFO;

Members

flag

A bitwise OR combination of MBN_SMS_STATUS_FLAG values that specify the state of the message store.

messageIndex

Contains the index of the last received message in the store. This field is only meaningful when flag contains MBN_SMS_FLAG_NEW_MESSAGE.

Requirements

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