Share via


RILMSGCONFIG (Windows Embedded CE 6.0)

1/6/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 Structures
RIL_GetMsgConfig
RIL_SetMsgConfig
RILADDRESS
RILMSGCONFIG Parameter Constants