Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This enumeration is used with the TEXT_PROVIDER_SPECIFIC_DATA structure to contain provider-specific data to use with SmsSendMessage. TEXT_PROVIDER_SPECIFIC_PRIORITY_TYPE applies only to code division multiple access (CDMA) IS637.
Syntax
enum TEXT_PROVIDER_SPECIFIC_PRIORITY_TYPE {
TEXTPSPRI_NONE = 0,
TEXTPSPRI_NORMAL = 1,
TEXTPSPRI_INTERACTIVE,
TEXTPSPRI_URGENT,
TEXTPSPRI_EMERGENCY,
};
Elements
- TEXTPSPRI_NONE
No priority.
- TEXTPSPRI_NORMAL
Normal priority.
- TEXTPSPRI_INTERACTIVE
High priority.
- TEXTPSPRI_URGENT
Urgent priority.
- TEXTPSPRI_EMERGENCY
Emergency priority.
Requirements
Header |
sms.h |
See Also
Reference
Short Message Service Enumerations
SmsReadMessage
SmsSendMessage
TEXT_PROVIDER_SPECIFIC_DATA