IOemCellular::UnregisterForOemModemExistenceChanges
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 stop receiving notification of the addition or removal of modems.
Syntax
HRESULT UnregisterForOemModemExistenceChanges(IOemCellularModemExistenceChange *pCallback);
Parameters
- pCallback
Pointer to the IOemCellularModemExistenceChange callback routine to that will be unregistered.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics