Bagikan melalui


IOemUiccApp::WriteRecordOnFilePath

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.

 

This method writes a record to a specific file path on this application

Syntax

HRESULT WriteRecordOnFilePath(
    IWriteRecordCompletion *pCallback,
    const WORD *uiccFilePath,
    DWORD filePathLen,
    DWORD recordIndex,
    const BYTE *bData,
    DWORD cbSize,
    INT_PTR context);

Parameters

  • pCallback
    [in] Pointer to the IWriteRecordCompletion callback interface that is called to return the results of the write record request.

  • uiccFilePath
    [in] Pointer to the file path.

  • filePathLen
    [in] Size of uiccFilePath in bytes

  • recordIndex
    [in] Index of the file record.

  • bData
    [in] Pointer to the record data to be written

  • cbSize
    [in] Size of bData in bytes

  • context
    [in] Pointer to the context

Return Value

Returns S_OK if successful

Remarks

Example

Requirements

Header: Generated from CellularAPI_OEM.idl

 

 

Send comments about this topic to Microsoft