RILPHONEBOOKEMAILADDRESS (Compact 2013)
3/26/2014
This structure supports an email item associated with RILPHONEBOOKENTRYEX.
Syntax
typedef struct rilphonebookemailaddress_tag {
DWORD cbSize;
DWORD dwParams;
WCHAR wszAddress[MAXLENGTH_PHONEBOOKTEXT];
} RILPHONEBOOKEMAILADDRESS, *LPRILPHONEBOOKEMAILADDRESS ;
Members
- cbSize
The structure size in bytes.
- dwParams
Any combination of RILPHONEBOOKEMAILADDRESS Parameter Constants bits that indicate which of the following parameters is valid.
- wszAddress
An array that contains an email address. The size is MAXLENGTH_PHONEBOOKTEXT (see Maximum Lengths Constants).
Requirements
Header |
ril.h |
Library |
Ril.lib |
See Also
Reference
RIL Structures
Maximum Lengths Constants
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKEMAILADDRESS Parameter Constants
RIL Constants