Bagikan melalui


IOemUiccApp::ReadRecordOnFilePath

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 reads a record from a specific file path on this application.

Syntax

HRESULT ReadRecordOnFilePath(
    IReadRecordCompletion *pCallback,
    const WORD *uiccFilePath,
    DWORD filePathLen,
    DWORD recordIndex,
    INT_PTR context);

Parameters

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

  • uiccFilePath
    [in] Pointer to the file path string

  • filePathLen
    [in] Size of uiccFilePath in bytes

  • recordIndex
    [in] Index of the file record

  • 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