Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 RILMSGSERVICEINFOparameter 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 |