IOemSlotStateChange::OnOemSlotStateChanged
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 OnOemSlotStateChanged method is called when the Slot state has changed.
Syntax
HRESULT OnOemSlotStateChanged(
RILUICCSLOTSTATE currentSlotState,
IOemSlot *pSlot);
Parameters
currentSlotState
[in] A RILUICCSLOTSTATE enumeration value that indicates the Slot state.pSlot
[in] Pointer to a IOemSlot object that represents the Slot.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics