IOemCanRegistrationStateChange::OnOemRegistrationStatusChanged
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 OnOemRegistrationStatusChanged method is called when registration status changes.
Syntax
HRESULT OnOemRegistrationStatusChanged(
IOemRegistrationStatus **status,
DWORD cStatus);
Parameters
Status
[in] Pointer to a IOemRegistrationStatus object that provides registration status information.cStatus
[in] Registration status.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics
IOemCanRegistrationStateChange