MBN_SMS_FILTER 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_FILTER structure contains the values that describe a set of SMS messages.
Syntax
typedef struct MBN_SMS_FILTER {
MBN_SMS_FLAG flag;
ULONG messageIndex;
} MBN_SMS_FILTER;
Members
flag
An MBN_SMS_FLAG value that specifies the message class.
messageIndex
Contains the index of a particular message in device memory. This value is only meaningful when flag is set to MBN_SMS_FLAG_INDEX. The maximum range of this value is from 1 to the MaxMessageIndex property of IMbnSmsConfiguration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |