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 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 RILCBMSGCONFIGparameter 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 RILRANGEidentifiers to set. If the dwMinValueand dwMaxValuemembers of the RILRANGEstructure 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 |