共用方式為


NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE

Send Feedback

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.

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

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: sms.h
Library: sms.lib

See Also

Short Message Service Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.