RILRINGINFO (Compact 2013)

3/26/2014

This structure defines information that is associated with an incoming call.

Syntax

typedef struct rilringinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwCallType;
  DWORD dwAddressId;
  RILSERVICEINFO rsiServiceInfo;
} RILRINGINFO, *LPRILRINGINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwAddressId
    Number that identifies the line that the incoming call is ringing on. The first line is typically line 0 (zero), while the second line is line 1.
  • rsiServiceInfo
    Not supported. Service information for incoming data calls. This member is only valid if RILL_CALLTYPE_DATA is specified for the dwCallType member.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Call Type Constants
RILSERVICEINFO
Notification Call Control Constants
RILRINGINFO Parameter Constants