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 WCMP_PROVIDER_SPECIFIC_DATAstructure to contain provider-specific data for use with SmsSendMessageand SmsReadMessage calls. Refer to the WAP-202-WCMP specification, "Wireless Control Message Protocol (WCMP)," for details.

Syntax

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

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