NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE
A version of this page is also available for
4/8/2010
Use this enumeration with the NOTIFICATION_PROVIDER_SPECIFIC_DATA structure when calling SmsReadMessage after having called SmsOpen with 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
Reference
Short Message Service Enumerations
NOTIFICATION_PROVIDER_SPECIFIC_DATA
SmsReadMessage
SmsOpen