Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_file_system_lseek_t Struct Reference

connector_file_system_lseek_t Struct Reference
[File Seek Data]

Data structure used in connector_request_id_file_system_lseek callback. More...

#include <connector_api_file_system.h>

Data Fields

void * user_context
 Holds user context.
void * errnum
 Application defined error token.
void *CONST handle
 Application defined file handle.
connector_file_offset_t CONST requested_offset
 Requested file offset.
connector_file_offset_t resulting_offset
 Resulting file position.
connector_file_system_seek_origin_t
CONST 
origin
 File seek origin.

Detailed Description

Data structure used in connector_request_id_file_system_lseek callback.

Definition at line 182 of file connector_api_file_system.h.


Field Documentation

void* errnum

Application defined error token.

Definition at line 185 of file connector_api_file_system.h.

void* CONST handle

Application defined file handle.

Definition at line 187 of file connector_api_file_system.h.

File seek origin.

Definition at line 191 of file connector_api_file_system.h.

Requested file offset.

Definition at line 188 of file connector_api_file_system.h.

Resulting file position.

Definition at line 189 of file connector_api_file_system.h.

void* user_context

Holds user context.

Definition at line 184 of file connector_api_file_system.h.