Share via


IOemSlotChange::OnOemSlotRemoved

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 OnOemSlotRemoved is called when a slot is removed.

Syntax

HRESULT OnOemSlotRemoved(
    IOemSlot *pSlot, 
    IOEmCellularModem* pCellularModem);

Parameters

  • pSlot
    [in] Pointer to an IOemSlot object that rep represents the Slot.

  • pCellularModem
    [in] Pointer to a IOemCellularModem object that represents the Modem associated with the Slot.

  • **

Return values

Returns S_OK if the method was successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

IOemSlotChange

 

 

Send comments about this topic to Microsoft