Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure represents the called line identification.

Syntax

typedef struct {
   DWORD 
cbSize;
   DWORD 
dwParams;
   BOOL 
fEnable;
   DWORD 
dwServiceStatus;
}RILMULTIPLECALLSETTINGS;

Members

cbSize

Structure size in bytes.

dwParams

Indicates valid parameters. The following table shows the valid values for this member.

Value Description

RIL_PARAM_MULTICALL_ENABLE

The fEnablemember of the structure is valid.

RIL_PARAM_MULTICALL_STATUS

The dwServiceStatusmember of the structure is valid.

fEnable

Sets/shows the result code presentation status in the MT/TA.

dwServiceStatus

The subscriber "multiple called numbers" service status.

Remarks

None.

Requirements

Header ril.h
Library Ril.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RIL Structures