IIMSICompletion::OnGetIMSICompletion
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 OnGetIMSICompletion method is called after the IOemUiccApp::GetIMSI method has completed execution.
Syntax
HRESULT OnGetIMSICompletion(
HRESULT result,
const LPRILIMSI rilImsi,
INT_PTR context);
Parameters
Result
[in] Result code returned by the modem. Returns S_OK if successful. Otherwise, returns an appropriate RILERRORCODES value.rilImsi
[in] Pointer to the LPRILIMSI structure containing the IMSI data.Context
[in] Pointer to the context.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics