Share via


RILREMOTEPARTYINFO (Windows Embedded CE 6.0)

1/6/2010

This structure defines the information associated with the caller ID or dialed number.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  RILADDRESS raAddress;
  RILSUBADDRESS rsaSubAddress;
  WCHAR wszDescription[MAXLENGTH_DESCRIPTION];
  DWORD dwValidity;
} RILREMOTEPARTYINFO;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILREMOTEPARTYINFO parameter constants.
  • raAddress
    Phone number of the remote party of the call.
  • rsaSubAddress
    Subaddress of the remote party of the call, if applicable.
  • wszDescription[MAXLENGTH_DESCRIPTION]
    String type representation of the phone number corresponding to the entry in the radio phonebook, if applicable.
  • dwValidity
    Specifies the validity of remote party information. Must be one of the remote party constants.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL Structures
RILADDRESS
RILSUBADDRESS
RILREMOTEPARTYINFO Parameter Constants
Notification Supplementary Service Constants
Remote Party Constants