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

« Back to documentation index

connector_file_system_remove_t Struct Reference

connector_file_system_remove_t Struct Reference
[File Remove Data]

Data structure used in connector_request_id_file_system_remove callback. More...

#include <connector_api_file_system.h>

Data Fields

void * user_context
 Holds user context.
void * errnum
 Application defined error token.
char const *CONST path
 File path.

Detailed Description

Data structure used in connector_request_id_file_system_remove callback.

Definition at line 486 of file connector_api_file_system.h.


Field Documentation

void* errnum

Application defined error token.

Definition at line 489 of file connector_api_file_system.h.

char const* CONST path

File path.

Definition at line 491 of file connector_api_file_system.h.

void* user_context

Holds user context.

Definition at line 488 of file connector_api_file_system.h.