RILMSGSERVICEINFO
A version of this page is also available for
4/8/2010
This structure stores messaging service settings.
Syntax
typedef struct {
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;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILMSGSERVICEINFO parameter constants.
- dwService
Specifies supported service types.
- dwMsgClasses
Specifies supported message classes.
- dwReadLocation
Specifies the correct read location.
- dwReadUsed
Specifies the number of fields used.
- dwReadTotal
Specifies the total number of fields.
- dwWriteLocation
Specifies the correct write location.
- dwWriteUsed
Specifies the number of fields used.
- dwWriteTotal
Specifies the total number of fields.
- dwStoreLocation
Specifies the correct storage location. Must be one of the message storage constants.
- dwStoreUsed
Specifies the number of fields used.
- dwStoreTotal
Specifies the total number of fields.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetMsgServiceOptions
RIL_GetMsgServiceOptions
RILMSGSERVICEINFO Parameter Constants
Message Storage Constants