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.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCALLFORWARDINGSETTINGS Parameter Constants.
- dwStatus
Activation status. Must be one of the Supplemental Activation Constants.
- dwInfoClasses
Specifies which classes of calls to forward. Must be one or a combination of the Information Class Constants.
- 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