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

Use this enumeration with the NOTIFICATION_PROVIDER_SPECIFIC_DATAstructure when calling SmsReadMessageafter having called SmsOpenwith the notification type. The indicator type identifies whether the notification is for cellular line 1, 2, or none (unknown). Refer to GSM specification 03.40 "Digital Cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS)" for more details.

Syntax

enum NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE {
NOTIFICATIONPSIT_NONE = 0,
NOTIFICATIONPSIT_LINE1 = 1,
NOTIFICATIONPSIT_LINE2 = 2,
};

Enumerators

NOTIFICATIONPSIT_NONE

The notification was for an unknown or unspecified cellular line.

NOTIFICATIONPSIT_LINE1

The notification is for cellular line 1.

NOTIFICATIONPSIT_LINE2

The notification is for cellular line 2.

Remarks

The NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE enumeration is not supported for CDMA because there is no multiple-line support.

Requirements

Header sms.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also