RILMSGDCS
A version of this page is also available for
4/8/2010
This structure stores the message Data Coding Scheme (DCS).
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwType;
DWORD dwFlags;
DWORD dwMsgClass;
DWORD dwAlphabet;
DWORD dwIndication;
DWORD dwLanguage;
} RILMSGDCS;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILMSGDCS parameter constants.
- dwType
Specifies the DCS type. Must be one of the message DCS constants.
- dwFlags
Specifies the DCS flags. Must be one of the message DCS flags constants.
- dwMsgClass
Specifies the message class. This member is only valid if RIL_DCSTYPE_GENERAL or RIL_DCSTYPE_MSGCLASS is specified for the dwType member. Must be one of the message DCS classes constants.
- dwAlphabet
Specifies the DCS alphabet. Must be one of the message DCS alphabets constants.
- dwIndication
Specifies the indication. This member is only valid if RIL_DCSTYPE_MSGWAIT is specified for the dwType member. Must be one of the message DCS indication constants.
- dwLanguage
Specifies the DCS language. This member is only valid if RIL_DCSTYPE_LANGUAGE is specified for the dwType member. Must be one of the message DCS broadcast constants.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RILMESSAGE
RILMSGDCS Parameter Constants
Message DCS Constants
Message DCS Classes Constants
Message DCS Flags Constants
Message DCS Indication Constants
Message DCS Alphabets Constants
Message DCS Broadcast Constants