Share via


RILADDRESS (Windows Embedded CE 6.0)

1/6/2010

This structure represents a phone number.

Syntax

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

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILADDRESS parameter constants.
  • 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]
    Array of address characters. Minimum length of 3, maximum length of 43.

Remarks

RIL_ADDRTYPE_ALPHANUM is required for 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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

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