SIMPHONEBOOKEMAILADDRESS (Windows Embedded CE 6.0)
1/6/2010
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.
- lpszAddress[MAX_LENGTH_PHONEBOOKENTRYTEXT]
A string containing the email address.
Requirements
Header | simmgr.h |