SMS_RANGE
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.
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
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 Structures
Send Feedback on this topic to the authors