IOemUicc::RegisterForOemUiccChanges
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 RegisterForOemUiccChanges method registers the application for notification of changes on the UICC.
Syntax
HRESULT RegisterForOemUiccChanges(IOemUiccChange *pCallback);
Parameters
- pCallback
[in] Pointer to a IOemUiccChange callback method that notifies the application of changes.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics