Edit

Share via


IMbnSmsReadMsgPdu 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.

A collection of properties that represent an SMS message read from the device memory.

Inheritance

The IMbnSmsReadMsgPdu interface inherits from the IUnknown interface.

Methods

The IMbnSmsReadMsgPdu interface has these methods.

 
IMbnSmsReadMsgPdu::get_Index

The index of the message in the device SMS store.
IMbnSmsReadMsgPdu::get_Message

Message in WMT format as used by CDMA devices.
IMbnSmsReadMsgPdu::get_PduData

The PDU message in hexadecimal format as used by GSM devices.
IMbnSmsReadMsgPdu::get_Status

The type of message. (IMbnSmsReadMsgPdu.get_Status)

Remarks

This interface is provided by the OnSmsReadComplete and OnSmsNewClass0Message methods of the IMbnSmsEvents interface.

Requirements

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