RILMSGSTORAGEINFO
A version of this page is also available for
4/8/2010
This structure stores message storage locations.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwReadLocation;
DWORD dwWriteLocation;
DWORD dwStoreLocation;
} RILMSGSTORAGEINFO;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILMSGSTORAGEINFO parameter constants.
- dwReadLocation
Specifies the current read location.
- dwWriteLocation
Specifies the current write location.
- dwStoreLocation
Specifies the current store location. Must be one of the message storage constants.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Notification Messaging Constants
RILMSGSTORAGEINFO Parameter Constants
Message Storage Constants