RILREMOTEPARTYINFO (Compact 2013)

3/26/2014

This structure contains information about the remote party that a call is connected to.

Syntax

typedef struct rilremotepartyinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  RILADDRESS raAddress;
  RILSUBADDRESS rsaSubAddress;
  WCHAR wszDescription[MAXLENGTH_DESCRIPTION];
  DWORD dwValidity;
  DWORD dwID;
} RILREMOTEPARTYINFO, *LPRILREMOTEPARTYINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • 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 that corresponds to the entry in the radio phonebook, if applicable. For information on the MAXLENGTH_DESCRIPTION constant, see Maximum Lengths Constants.
  • dwID
    Caller ID associated with the remote party information.

Requirements

Header

ril.h

See Also

Reference

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