SIMPHONEBOOKEMAILADDRESS (Compact 2013)
3/26/2014
The SIMPHONEBOOKEMAILADDRESS structure supports an address item associated with a SIMPHONEBOOKENTRYEX. The SIMPHONEBOOKEMAILADDRESS structure is part of the SIM Manager API set that enables access to information stored on the USIM card.
Syntax
typedef struct simphonebookemailaddress_tag {
DWORD cbSize;
DWORD dwParams;
TCHAR lpszAddress[MAX_LENGTH_PHONEBOOKENTRYTEXT];
} SIMPHONEBOOKEMAILADDRESS, *LPSIMPHONEBOOKEMAILADDRESS;
Parameters
- cbSize
Size of the structure in bytes.
dwParams
Indicates valid parameter values.Name
Value
Description
SIM_PARAM_EMAIL_ADDRESS
0x00000001
lpszAddress field is valid
SIM_PARAM_EMAIL_ALL
0x00000001
All fields are valid.
- lpszAddress**[MAX_LENGTH_PHONEBOOKENTRYTEXT]**
A string containing the email address. For more information on MAX_LENGTH_PHONEBOOKENTRYTEXT, see SIM Manager Length Constants.
Requirements
Header |
simmgr.h |