RILMSGSTORAGEINFO (Compact 2013)
3/26/2014
This structure stores message storage locations.
Syntax
typedef struct rilmsgstorageinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwReadLocation;
DWORD dwWriteLocation;
DWORD dwStoreLocation;
} RILMSGSTORAGEINFO, *LPRILMSGSTORAGEINFO;
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 RILMSGSTORAGEINFO Parameter Constants.
- dwReadLocation
Current read location. Must be one of the Message Storage Constants.
- dwWriteLocation
Current write location. Must be one of the Message Storage Constants.
- dwStoreLocation
Current store location. Must be one of the Message Storage Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Notification Messaging Constants
RILMSGSTORAGEINFO Parameter Constants
Message Storage Constants