IOemUiccApp::ReadRecord
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 ReadRecord method reads a record from a specified file on the current application.
Syntax
HRESULT ReadRecord(
IReadRecordCompletion *pCallback,
DWORD fileID,
DWORD recordIndex,
INT_PTR context);
Parameters
pCallback
[in] Pointer to the IReadRecordCompletion callback interface which is called to return the results of the read record operation.fileID
[in] The file ID.recordIndex
[in] Index of the record.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