RILPHONEBOOKADDITIONALNUMBER (Compact 2013)
3/26/2014
This structure supports an additional phone number item associated with RILPHONEBOOKENTRYEX.
Syntax
typedef struct rilphonebookadditionalnumber_tag {
DWORD cbSize;
DWORD dwParams;
RILADDRESS raAddress;
DWORD dwNumId;
} RILPHONEBOOKADDITIONALNUMBER, *LPRILPHONEBOOKADDITIONALNUMBER
;
Members
- cbSize
Structure size in bytes.
- dwParams
Any combination of RILPHONEBOOKADDITIONALNUMBER Parameter Constants bits indicating which of the following parameters is valid.
- raAddress
A RILADDRESS structure.
- dwNumId
This is the SIM Alpha Identifier that provides Alpha-tagging of the associated dialing number.
Requirements
Header |
ril.h |
Library |
Ril.lib |
See Also
Reference
RIL Structures
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKADDITIONALNUMBER Parameter Constants
RIL Constants