RILPHONEBOOKENTRY (Compact 2013)
3/26/2014
This structure stores a single phonebook entry.
Syntax
typedef struct rilphonebookentry_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwIndex;
RILADDRESS raAddress;
WCHAR wszText[MAXLENGTH_PHONEBOOKTEXT];
} RILPHONEBOOKENTRY, *LPRILPHONEBOOKENTRY;
Members
- cbSize
Structure size in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILPHONEBOOKENTRY Parameter Constants.
- dwIndex
Specifies the index of the entry.
- raAddress
Stored address.
- wszText
An array that contains the associated text. The size is MAXLENGTH_PHONEBOOKTEXT (see Maximum Lengths Constants).
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Maximum Lengths Constants
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKENTRY Parameter Constants
RIL Constants