libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ afc_file_tell()

afc_error_t afc_file_tell ( afc_client_t client,
uint64_t handle,
uint64_t * position )

Returns current position in a pre-opened file on the device.

Parameters
clientThe client to use.
handleFile handle of a previously opened file.
positionPosition in bytes of indicator
Returns
AFC_E_SUCCESS on success or an AFC_E_* error value.