// portabledevice.h
typedef enum tagSMS_MESSAGE_TYPES {
SMS_TEXT_MESSAGE,
SMS_BINARY_MESSAGE
} SMS_MESSAGE_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The SMS_MESSAGE_TYPES enumeration type describes the content type of a short message service (SMS) message.
SMS_TEXT_MESSAGEA text message.
SMS_BINARY_MESSAGEA binary message.
This enumeration is used by the WPD_COMMAND_SMS_SEND Command.
Structures and Enumeration Types