IOemSlot::UnregisterForOemSlotChanges
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.
Call this method to unregister for state changes on this slot.
Syntax
HRESULT UnregisterForOemSlotChanges(IOemSlotStateChange *pCallback);
Parameters
- pCallback
[in] Pointer to the IOemSlotStateChange callback routine.
Return values
Returns S_OK if the method was successful.
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics