Share via


RILMSGSTORAGEINFO (Windows Embedded CE 6.0)

1/6/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

RIL Structures
Notification Messaging Constants
RILMSGSTORAGEINFO Parameter Constants
Message Storage Constants