Share via


IGetRecordStatusCompletion::OnGetRecordStatusCompletion

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 OnGetRecordStatusCompletion method is called after the IOemUiccApp::GetRecordStatusOnFilePath method has completed execution.

Syntax

HRESULT OnGetRecordStatusCompletion(
    HRESULT result, 
    LPRILUICCRECORDSTATUS recordStatus, 
    DWORD length, 
    INT_PTR context);

Parameters

  • Result
    [in] Result code returned by the modem. Returns S_OK if successful. Otherwise, returns an appropriate RILERRORCODES value.

  • recordStatus
    [in] Pointer to the UICC record status information.

  • Length
    [in] Size of recordStatus 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

IGetRecordStatusCompletion

 

 

Send comments about this topic to Microsoft