// portabledevice.h
typedef enum tagWPD_SMS_ENCODING_TYPES {
SMS_ENCODING_7_BIT,
SMS_ENCODING_8_BIT,
SMS_ENCODING_UTF_16
} WPD_SMS_ENCODING_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_SMS_ENCODING_TYPES enumeration type describes the encoding type of a short message service (SMS) message.
SMS_ENCODING_7_BITSeven-bit encoding.
SMS_ENCODING_8_BITEight-bit encoding.
SMS_ENCODING_UTF_16Sixteen-bit encoding (UTF).
This enumeration is used by the WPD_SMS_ENCODING property.
Structures and Enumeration Types