RILMSGCONFIG (Compact 2013)
3/26/2014
This structure stores the messaging configuration.
Syntax
typedef struct rilmsgconfig_tag {
DWORD cbSize;
DWORD dwParams;
RILADDRESS raSvcCtrAddress;
} RILMSGCONFIG, *LPRILMSGCONFIG;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILMSGCONFIG Parameter Constants.
- raSvcCtrAddress
Service center address.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetMsgConfig
RIL_SetMsgConfig
RILADDRESS
RILMSGCONFIG Parameter Constants