IMbnSms interface (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.
SMS interface for sending and receiving messages as well as controlling the messaging configuration.
Inheritance
The IMbnSms interface inherits from the IUnknown interface. IMbnSms also has these types of members:
Methods
The IMbnSms interface has these methods.
IMbnSms::GetSmsConfiguration Gets the SMS configuration of a device. |
IMbnSms::GetSmsStatus Gets the SMS status for a device. |
IMbnSms::SetSmsConfiguration Updates the SMS configuration for a device. |
IMbnSms::SmsDelete Deletes a set of SMS messages from a device. |
IMbnSms::SmsRead Reads a set of SMS messages from a device. |
IMbnSms::SmsSendCdma Sends a message in CDMA format. |
IMbnSms::SmsSendCdmaPdu Sends a message in CDMA binary format. |
IMbnSms::SmsSendPdu Sends a message in PDU format. |
Remarks
The calling application can acquire this interface by calling the QueryInterface method of IMbnInterface
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |