IOem3GPPSupServices
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.
The IOem3GPPSupServices interface exposes methods that support 3GPP services.
Methods
The IOem3GPPSupServices interface inherits the methods of the IUnknown interface.
Note
The ID_CAP_CELL_API_OEM_PASSTHROUGH capability is required to use any of the methods exposed by IOem3GPPSupServices.
In addition, IOem3GPPSupServices defines the following methods.
Method | Description |
---|---|
The GetCallForwardingSettings method returns the call forwarding settings for the service. |
|
The SetCallForwardingStatus method sets the call forwarding status for the service. |
|
The AddCallForwarding method adds call forwarding settings to the service for the specified reason. |
|
The RemoveCallForwarding method removes all call forwarding settings from the service for the specified reason. |
|
The GetCallWaitingSettings method gets the call waiting settings for the service. |
|
The SetCallWaitingSettings method sets the call waiting settings for the service. |
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics