次の方法で共有


WCMP_PROVIDER_SPECIFIC_MESSAGE_TYPE

Send Feedback

This enumeration is used with the WCMP_PROVIDER_SPECIFIC_DATA structure to contain provider-specific data for use with SmsSendMessage and SmsReadMessage calls. Refer to the WAP-202-WCMP specification, "Wireless Control Message Protocol (WCMP)," for details.

enum WCMP_PROVIDER_SPECIFIC_MESSAGE_TYPE {
WCMPPSMT_UNSUPPORTED = 0,
WCMPPSMT_PORT_UNREACHABLE,
WCMPPSMT_MESSAGE_TOO_BIG,
WCMPPSMT_ECHO_REQUEST,
WCMPPSMT_ECHO_REPLY,
};

Enumerators

  • WCMPPSMT_UNSUPPORTED
    No route to the destination exists in the routing table.
  • WCMPPSMT_PORT_UNREACHABLE
    The destination port is unreachable.
  • WCMPPSMT_MESSAGE_TOO_BIG
    The message exceeds the buffer size limit of the recipient.
  • WCMPPSMT_ECHO_REQUEST
    Sends echo requests for diagnostic purposes.
  • WCMPPSMT_ECHO_REPLY
    Receives echo replies for diagnostic purposes.

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.