SMS_RANGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains the minimum and maximum value for an ID. These values form the boundaries of the range of IDs that the mobile listens for.

Use this structure in conjunction with the SMS_BROADCAST_RANGES structure to define a mechanism to specify a list of cell broadcast ranges that the mobile will listen to. To specify individual IDs, use the same value for the minimum and maximum value.

Syntax

typedef struct sms_range_tag {
    DWORD dwMinimum;
    DWORD dwMaximum;
} SMS_RANGE, *LPSMS_RANGE;

Members

  • dwMinimum
    The minimum number of IDs the mobile listens for.
  • dwMaximum
    The maximum number of IDs the mobile listens for.

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 Structures
SMS_BROADCAST_RANGES