IOemUiccApp::WriteRecord
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 WriteRecord method writes to a specified file on the application.
Syntax
HRESULT WriteRecord(
IWriteRecordCompletion *pCallback,
DWORD fileID,
DWORD recordIndex,
const BYTE *bData,
DWORD cbSize,
INT_PTR context);
Parameters
pCallback
[in] Pointer to a IWriteRecordCompletion callback interface that is called to return the results of the write record operation.fileID
[in] The file ID.recordIndex
[in] The record index.bData
[in] Pointer to the data to write to the filecbSize
[in] Size of the data to write to the file.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