Share via


IOem3GPPSupServices::SetCallWaitingSettings

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 SetCallWaitingSettings method sets the call waiting settings for the service.

Syntax

HRESULT ( STDMETHODCALLTYPE *SetCallWaitingSettings )( 
    __RPC__in IOem3GPPSupServices * This,
    __RPC__in_opt ISimpleModemCompletion *pCallback,
    INT_PTR context,
    BOOL fAllClasses,
    DWORD dwInfoClasses,
    RILSERVICESETTINGSSTATUS dwStatus
);

Parameters

  • This
    [in] Pointer the service to set the call forwarding settings on

  • pCallback
    [in] Pointer to the callback interface that is called to return the results of the set call waiting settings request

  • context
    [in] Pointer to the context

  • fAllClasses
    [in] If set to true, the operation applies to all telephony line classes and the dwInfoClasses parameter was ignored

  • dwInfoClasses
    [in] Represents the class of telephony line. The value of this parameter corresponds to the telephony type defined in the RILINFOCLASS enum. For call forwarding or call waiting this will typically be set to 1 (voice).

  • dwStatus
    [in] The service status. Possible values include:

    • RIL_SVCSTAT_UNKNOWN

    • RIL_SVCSTAT_DISABLED

    • RIL_SVCSTAT_ENABLED

    • RIL_SVCSTAT_DEFAULT

Return values

Returns S_OK if the method was successful.

Requirements

Header: Generated from CellularAPI_OEM.idl

IOem3GPPSupServices

 

 

Send comments about this topic to Microsoft