Bagikan melalui


IOemUiccApp::GetRecordStatusOnFilePath

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 GetRecordStatusOnFilePath method gets the record status for a specific file path on the UICC application.

Syntax

HRESULT GetRecordStatusOnFilePath(
    IGetRecordStatusCompletion *pCallback,
    const WORD *uiccFilePath,
    DWORD filePathLen,
    INT_PTR context);

Parameters

  • pCallback
    [in] Pointer to a IGetRecordStatusCompletion callback interface that is called to return the results of the get record status operation.

  • uiccFilePath
    [in] Pointer to the file path string.

  • filePathLen
    [in] Size of uiccFilePath in bytes.

  • contex
    [in] Pointer to the context.

Return values

Returns S_OK if the method was successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

IOemUiccApp

 

 

Send comments about this topic to Microsoft