WPD_SMS_ENCODING_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_sms_encoding_types)

tagWPD_SMS_ENCODING_TYPES enumeration

Description

The WPD_SMS_ENCODING_TYPES enumeration type describes the encoding type of a short message service (SMS) message.

Constants

SMS_ENCODING_7_BIT

Seven-bit encoding.

SMS_ENCODING_8_BIT

Eight-bit encoding.

SMS_ENCODING_UTF_16

Sixteen-bit encoding (UTF).

Remarks

This enumeration is used by the WPD_SMS_ENCODING property.

See also

Structures and Enumeration Types