RILMSGSERVICEINFO (Compact 2013)

3/26/2014

This structure stores messaging service settings.

Syntax

typedef struct rilmsgserviceinfo_tag {
  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, *LPRILMSGSERVICEINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwReadUsed
    Number of fields used.
  • dwReadTotal
    Total number of fields.
  • dwWriteUsed
    Number of fields used.
  • dwWriteTotal
    Total number of fields.
  • dwStoreUsed
    Number of fields used.
  • dwStoreTotal
    Total number of fields.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Message Class Constants
Message Service Constants
Message Storage Constants
RIL_GetMsgServiceOptions
RIL_GetMsgServiceOptions
RILMSGSERVICEINFO Parameter Constants