Share via


RILCALLFORWARDINGSETTINGS (Compact 2013)

3/26/2014

This structure stores call forwarding service settings.

Syntax

typedef struct rilcallforwardingsettings_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatus;
  DWORD dwInfoClasses;
  RILADDRESS raAddress;
  RILSUBADDRESS rsaSubAddress;
  DWORD dwDelayTime;
} RILCALLFORWARDINGSETTINGS, *LPRILCALLFORWARDINGSETTINGS;

Members

  • cbSize
    Size of the structure, in bytes.
  • raAddress
    Forwarding address.
  • rsaSubAddress
    Forwarding subaddress.
  • dwDelayTime
    The time to wait, in seconds, if RIL_FWDREASON_NOREPLY was specified as the dwReason parameter in the call to RIL_AddCallForwarding.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Information Class Constants
RIL_AddCallForwarding
RIL_GetCallForwardingSettings
Forwarding Reason Constants
RILCALLFORWARDINGSETTINGS Parameter Constants
Supplemental Activation Constants