Share via


RILADDRESS (Compact 2013)

3/26/2014

This structure represents a phone number.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwType;
  DWORD dwNumPlan;
  WCHAR wszAddress[MAXLENGTH_ADDRESS];
} RILADDRESS, *PRILADDRESS;

Members

  • cbSize
    The structure size, in bytes.
  • dwType
    Specifies the type of address. Must be one of the address type constants.
  • dwNumPlan
    Specifies the numbering scheme of the address. Must be one of the numbering plan constants.
  • wszAddress[MAXLENGTH_ADDRESS]
    An array of address characters. Minimum length is 3; maximum length is 43.

Remarks

RIL_ADDRTYPE_ALPHANUM is required for Common PCN Handset Specification (CPHS)-style Short Message Service (SMS) voice message waiting indicator messages**. RIL_NUMPLAN_TELEPHONE** is used for all voice calls. RIL_NUMPLAN_UNKNOWN is required for SMS notification messages.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_TransferCall
Numbering Plan Constants
Address Type Constants
RILADDRESS Parameter Constants