IOemSlotChange::OnOemSlotAdded
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 OnOemSlotAdded is called when a Slot is added.
Syntax
HRESULT OnOemSlotAdded(
IOemSlot *pSlot,
IOemCellularModem* pCellularModem);
Parameters
pSlot
[in] Pointer to a IOemSlot object that 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
Related topics