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

« Back to documentation index

connector_file_system_readdir_t Struct Reference

connector_file_system_readdir_t Struct Reference
[Readdir Data]

Data structure used in connector_request_id_file_system_readdir 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 directory handle.
char *CONST entry_name
 A pointer to memory, where callback writes directory entry name.
size_t CONST bytes_available
 Size of a memory buffer for directory entry name.

Detailed Description

Data structure used in connector_request_id_file_system_readdir callback.

Definition at line 463 of file connector_api_file_system.h.


Field Documentation

size_t CONST bytes_available

Size of a memory buffer for directory entry name.

Definition at line 470 of file connector_api_file_system.h.

char* CONST entry_name

A pointer to memory, where callback writes directory entry name.

Definition at line 469 of file connector_api_file_system.h.

void* errnum

Application defined error token.

Definition at line 466 of file connector_api_file_system.h.

void* CONST handle

Application defined directory handle.

Definition at line 468 of file connector_api_file_system.h.

void* user_context

Holds user context.

Definition at line 465 of file connector_api_file_system.h.