RILMULTIPLECALLSETTINGS (Windows Embedded CE 6.0)

1/6/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 the this member.

    Value Description

    RIL_PARAM_MULTICALL_ENABLE

    The fEnable member of the structure is valid.

    RIL_PARAM_MULTICALL_STATUS

    The dwServiceStatus member 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