IGetSIDNIDCompletion::OnGetSIDNIDCompletion
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 OnGetSIDNIDCompletion method is called after the IOemUiccApp::GetSIDNID method has completed execution.
Syntax
HRESULT OnGetSIDNIDCompletion(
HRESULT result,
const LPRILSIDNID rilSidNid,
INT_PTR context);
Parameters
result
[in] Result code returned by the modem. Returns S_OK if successful. Otherwise, returns an appropriate RILERRORCODES value.rilSidNid
[in] Pointer to a LPRILSIDNID structure containing the SID and NID information.context
[in] Pointer to the context.
Return Value
Returns S_OK if successful.
Remarks
Example
Requirements
Header: Generated from CellularAPI_OEM.idl