Edit

Share via


Cellular COM API design guide

Warning

The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

This section provides information on the cellular COM API.

The interfaces are provided by two Microsoft Interface Definition Language (MIDL) files:

  • cellularapi_oem.idl
  • rilapitypes.idl

Use the MIDL compiler to generate header files. For more information, see Microsoft Interface Definition Language on the Windows Dev Center.

You must declare appropriate capabilities in the package that contains the cellular application. For more information, see Cellular COM API capabilities.

In this section

Cellular COM API capabilities

Communicate with the RIL driver by using the IOemCellularModem interface

Cellular COM API reference