RILPHONEBOOKENTRY
A version of this page is also available for
4/8/2010
This structure stores a single phonebook entry.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwIndex;
RILADDRESS raAddress;
WCHAR wszText[MAXLENGTH_PHONEBOOKTEXT];
} RILPHONEBOOKENTRY;
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[MAXLENGTH_PHONEBOOKTEXT]
Associated text.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKENTRY Parameter Constants
RIL Structures