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