IOemCan::RegisterForOemCanRegistrationChanges
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.
This method registers for can registration status changes.
Syntax
HRESULT RegisterForOemCanRegistrationChanges(IOemCanRegistrationStateChange *pCallback);
Parameters
- pCallback
[in] Pointer to the IOemCanRegistrationStateChange callback routine that provides notification of changes.
Return values
Returns S_OK if the method was successful.
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics