SMS_RANGE (Compact 2013)

3/26/2014

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
    Minimum number of IDs that the mobile listens for.
  • dwMaximum
    Maximum number of IDs that the mobile listens for.

Requirements

Header

sms.h

See Also

Reference

Short Message Service Structures
SMS_BROADCAST_RANGES