RILCBMSGCONFIG
A version of this page is also available for
4/8/2010
This structure defines the cell broadcast messaging configuration of the device.
Syntax
typedef struct rilcbmsgconfig_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwBroadcastMsgLangs;
BOOL fAccept;
RILRANGE rgrrBroadcastMsgIDs[];
} RILCBMSGCONFIG, *LPRILCBMSGCONFIG;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILCBMSGCONFIG parameter constants.
- dwBroadcastMsgLangs
Indicates the languages used for broadcase messaging configuration. One of the Message DCS Broadcast Constants.
- fAccept
True specifies that broadcast messages are accepted. False specifies that broadcast messages are rejected.
- rgrrBroadcastMsgIDs
An array of RILRANGE identifiers to set. If the dwMinValue and dwMaxValue members of the RILRANGE structure are the same, the range is composed of a single identifier.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetCellBroadcastMsgConfig
RIL_SetCellBroadcastMsgConfig
RILCBMSGCONFIG Parameter Constants
Message DCS Broadcast Constants
RILRANGE