Share via


RILPHONEBOOKINFO (Compact 2013)

3/26/2014

This structure stores phonebook settings.

Syntax

typedef struct rilphonebookinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStoreLocation;
  DWORD dwUsed;
  DWORD dwTotal;
} RILPHONEBOOKINFO, *LPRILPHONEBOOKINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwUsed
    Number of locations used.
  • dwTotal
    Total number of phonebook locations.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Phonebook Storage Constants
RIL_GetPhonebookOptions
RIL_SetPhonebookOptions
RILPHONEBOOKINFO Parameter Constants