RILMSGSERVICEINFO (Compact 2013)
3/26/2014
This structure stores messaging service settings.
Syntax
typedef struct rilmsgserviceinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwService;
DWORD dwMsgClasses;
DWORD dwReadLocation;
DWORD dwReadUsed;
DWORD dwReadTotal;
DWORD dwWriteLocation;
DWORD dwWriteUsed;
DWORD dwWriteTotal;
DWORD dwStoreLocation;
DWORD dwStoreUsed;
DWORD dwStoreTotal;
} RILMSGSERVICEINFO, *LPRILMSGSERVICEINFO;
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 RILMSGSERVICEINFO Parameter Constants.
- dwService
Supported service types. Must be one of the Message Service Constants.
- dwMsgClasses
Supported message classes. Must be one of the Message Class Constants.
- dwReadLocation
Correct read location. Must be one of the Message Storage Constants.
- dwReadUsed
Number of fields used.
- dwReadTotal
Total number of fields.
- dwWriteLocation
Correct write location. Must be one of the Message Storage Constants.
- dwWriteUsed
Number of fields used.
- dwWriteTotal
Total number of fields.
- dwStoreLocation
Correct storage location. Must be one of the Message Storage Constants.
- dwStoreUsed
Number of fields used.
- dwStoreTotal
Total number of fields.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Message Class Constants
Message Service Constants
Message Storage Constants
RIL_GetMsgServiceOptions
RIL_GetMsgServiceOptions
RILMSGSERVICEINFO Parameter Constants