Share via


RIL_GetCallForwardingSettings (Compact 2013)

3/26/2014

This function retrieves current call forwarding rules.

Syntax

HRESULT RIL_GetCallForwardingSettings(
  HRIL hRil,
  DWORD dwReason,
  DWORD dwInfoClass
);

Parameters

Return Value

Positive HRESULT values indicate success and are used as command identifications for matching the asynchronous call result. Negative HRESULT values indicate an error. Errors are defined in the Ril.h file.

An asynchronous result of RIL_RESULT_OK indicates success. The lpData notification parameter points to an array of RILCALLFORWARDINGSETTINGS structures.

Remarks

The RIL proxy translates the RIL_GetCallForwardingSettings function into IOCTL_RIL_GetCallForwardingSettings when the RIL proxy calls RIL_IOControl.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Functions
RIL_Initialize
RILCALLFORWARDINGSETTINGS
Forwarding Reason Constants
Information Class Constants