RILMSGCONFIG
A version of this page is also available for
4/8/2010
This structure stores the messaging configuration.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
RILADDRESS raSvcCtrAddress;
char szBroadcastMsgIDs[MAXLENGTH_MSGIDS];
DWORD dwBroadcastMsgLangs;
} RILMSGCONFIG;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILMSGCONFIG parameter constants.
- raSvcCtrAddress
Service center address.
- szBroadcastMsgIDs[MAXLENGTH_MSGIDS]
List of subscribed broadcast message identities.
- dwBroadcastMsgLangs
Specifies the broadcast message languages.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetMsgConfig
RIL_SetMsgConfig
RILADDRESS
RILMSGCONFIG Parameter Constants