IReadRecordCompletion::OnReadRecordCompletion
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 OnReadRecordCompletion method is called after the IOemUiccApp::ReadRecord method has completed execution.
Syntax
HRESULT OnReadRecordCompletion(
HRESULT result,
BYTE *record,
DWORD cbSize,
INT_PTR context);
Parameters
result
[in] Result code returned by the modem. Returns S_OK if successful. Otherwise, returns an appropriate RILERRORCODES value.record
[in] Pointer to the record data read.cbSize
[in] Size of the record in bytes.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