Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration is used with the TEXT_PROVIDER_SPECIFIC_DATAstructure to contain provider-specific data for use with SmsSendMessageand SmsReadMessage. TEXT_PROVIDER_SPECIFIC_PRIORITY_TYPEapplies 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

See Also