Share via


IGetRFStateCompletion::OnGetRFStateCompletion

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 OnGetRFStateCompletion method is called after the IOemCellularModem::SetRFState method has completed execution.

Syntax

HRESULT OnGetRFStateCompletion(
    HRESULT result,
    [in] DWORD *pRFState,
    [in] INT_PTR context);

Parameters

  • result
    [in] Results of the modem operation. Returns S_OK if successful.

  • pRFState
    [in] Pointer to the RF state of the modem.

  • context
    [in] Pointer to the context

Return Value

Returns S_OK if successful

Remarks

Example

Requirements

Header: Generated from CellularAPI_OEM.idl

 

 

Send comments about this topic to Microsoft