Share via


RILPHONEBOOKENTRYEX (Compact 2013)

3/26/2014

This structure stores a single phone book entry.

Syntax

typedef struct rilphonebookentryex_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwIndex;
  RILADDRESS raAddress;
  WCHAR wszText[MAXLENGTH_PHONEBOOKTEXT];
  BOOL fHidden;
  WCHAR wszSecondName[MAXLENGTH_PHONEBOOKTEXT];
  DWORD dwGroupIdCount;
  DWORD rgdwGroupId[MAXNUM_GROUPS];
  DWORD dwUid;
  DWORD dwAdditionalNumCount;
  DWORD dwAdditionalNumSize;
  DWORD dwAdditionalNumOffset;
  DWORD dwEmailCount;
  DWORD dwEmailSize;
  DWORD dwEmailOffset;
} RILPHONEBOOKENTRYEX, *LPRILPHONEBOOKENTRYEX ;

Members

  • cbSize
    The structure size in bytes.
  • dwIndex
    The index of the entry.
  • fHidden
    The phone book entry is hidden in the SIM.
  • wszSecondName
    An array that contains the SIM Second name field. The size is MAXLENGTH_PHONEBOOKTEXT (see Maximum Lengths Constants).
  • dwGroupIdCount
    The number of groups this entry belongs to.
  • dwUid
    The unique identifier of entry.
  • dwAdditionalNumSize
    The size of the array of additional numbers in bytes.
  • dwAdditionalNumOffset
    The offset from the beginning of this structure to the dwAdditionalNumCount length array of RILPHONEBOOKADDITIONALNUMBER structures.
  • dwEmailCount
    The number of email addresses in the array.
  • dwEmailSize
    The size of the array of email addresses, in bytes.
  • dwEmailOffset
    The offset from the beginning of this structure to the dwEmailCount length array of RILPHONEBOOKEMAILADDRESS structures.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Structures
Maximum Lengths Constants
RIL_ReadPhonebookEntries
RIL_WritePhonebookEntry
RILADDRESS
RILPHONEBOOKENTRY Parameter Constants
RIL Constants
RILPHONEBOOKADDITIONALNUMBER