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.
A version of this page is also available for
4/8/2010
This enumeration is used with the TEXT_PROVIDER_SPECIFIC_DATA structure to contain provider-specific data for use with SmsSendMessage and SmsReadMessage. TEXT_PROVIDER_SPECIFIC_PRIORITY_TYPE applies only to CDMA IS637.
Syntax
enum TEXT_PROVIDER_SPECIFIC_PRIORITY_TYPE {
TEXTPSPRI_NONE = 0,
TEXTPSPRI_NORMAL = 1,
TEXTPSPRI_INTERACTIVE,
TEXTPSPRI_URGENT,
TEXTPSPRI_EMERGENCY,
Enumerators
- TEXTPSPRI_NONE.
No priority.
- TEXTPSPRI_NORMAL
Normal priority.
- TEXTPSPRI_INTERACTIVE
High priority.
- TEXTPSPRI_URGENT
Urgent priority.
- TEXTPSPRI_EMERGENCY
Emergency priority.
Requirements
| Header | sms.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |