RILPHONEBOOKENTRYEX (Compact 2013)
3/26/2014
This structure stores a single phone book entry.
Syntax
typedef struct rilphonebookentryex_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwIndex;
RILADDRESS raAddress;
WCHAR wszText[MAXLENGTH_PHONEBOOKTEXT];
BOOL fHidden;
WCHAR wszSecondName[MAXLENGTH_PHONEBOOKTEXT];
DWORD dwGroupIdCount;
DWORD rgdwGroupId[MAXNUM_GROUPS];
DWORD dwUid;
DWORD dwAdditionalNumCount;
DWORD dwAdditionalNumSize;
DWORD dwAdditionalNumOffset;
DWORD dwEmailCount;
DWORD dwEmailSize;
DWORD dwEmailOffset;
} RILPHONEBOOKENTRYEX, *LPRILPHONEBOOKENTRYEX ;
Members
- cbSize
The structure size in bytes.
- dwParams
Any combination of RILPHONEBOOKENTRY Parameter Constants bits that indicate which of the parameters that follow are valid.
- dwIndex
The index of the entry.
- raAddress
An RILADDRESS structure.
- wszText
An array that contains the associated text. The size is MAXLENGTH_PHONEBOOKTEXT (see Maximum Lengths Constants).
- fHidden
The phone book entry is hidden in the SIM.
- wszSecondName
An array that contains the SIM Second name field. The size is MAXLENGTH_PHONEBOOKTEXT (see Maximum Lengths Constants).
- dwGroupIdCount
The number of groups this entry belongs to.
- rgdwGroupId
An array of the groups this entry belongs to. The size is MAXNUM_GROUPS (see Maximum Lengths Constants).
- dwUid
The unique identifier of entry.
- dwAdditionalNumCount
The number of RILPHONEBOOKADDITIONALNUMBER structures.
- dwAdditionalNumSize
The size of the array of additional numbers in bytes.
- dwAdditionalNumOffset
The offset from the beginning of this structure to the dwAdditionalNumCount length array of RILPHONEBOOKADDITIONALNUMBER structures.
- dwEmailCount
The number of email addresses in the array.
- dwEmailSize
The size of the array of email addresses, in bytes.
- dwEmailOffset
The offset from the beginning of this structure to the dwEmailCount length array of RILPHONEBOOKEMAILADDRESS structures.
Requirements
Header |
ril.h |
Library |
Ril.lib |
See Also
Reference
RIL Structures
Maximum Lengths Constants
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKENTRY Parameter Constants
RIL Constants
RILPHONEBOOKADDITIONALNUMBER