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.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILPHONEBOOKINFO Parameter Constants.
- dwStoreLocation
Location of phonebook memory. Must be one of the Phonebook Storage Constants.
- 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