SMS_MESSAGE_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagSMS_MESSAGE_TYPES {
  SMS_TEXT_MESSAGE,
  SMS_BINARY_MESSAGE
} SMS_MESSAGE_TYPES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagSMS_MESSAGE_TYPES enumeration

Description

The SMS_MESSAGE_TYPES enumeration type describes the content type of a short message service (SMS) message.

Constants

SMS_TEXT_MESSAGE

A text message.

SMS_BINARY_MESSAGE

A binary message.

Remarks

This enumeration is used by the WPD_COMMAND_SMS_SEND Command.

See also

Structures and Enumeration Types