Share via


IGetCallForwardingCompletion::OnGetCallForwardingSettingsCompletion

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.

 

Returns the result of a call to IOem3GPPSupServices::GetCallForwardingSettings.

Syntax

virtual HRESULT STDMETHODCALLTYPE OnGetCallForwardingSettingsCompletion( 
    HRESULT result,
    INT_PTR context,
    __RPC__in RILCALLFORWARDINGSETTINGS *settings,
    DWORD cSettings
) = 0;

Parameters

  • result
    [in] Result code returned by the service for the IOem3GPPSupServices::GetCallForwardingSettings call. Returns S_OK if successful.

  • context
    [in] Pointer to the context

  • settings
    [in] A pointer to the array of call forwarding settings for the rule

  • cSettings
    [in] The element count of the settings parameter

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