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 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_RANGESstructure 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 |