Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

Entry Access Functions

 

void

FSEntry_AttribSet (CPU_CHAR *name_full,

FS_FLAGS attrib,

FS_ERR *p_err);

void

FSEntry_Copy (CPU_CHAR *name_full_src,

CPU_CHAR *name_full_dest,

CPU_BOOLEAN excl,

FS_ERR *p_err);

void

FSEntry_Create (CPU_CHAR *name_full,

FS_FLAGS entry_type,

CPU_BOOLEAN excl,

FS_ERR *p_err);

void

FSEntry_Del (CPU_CHAR *name_full,

FS_FLAGS entry_type,

FS_ERR *p_err);

void

FSEntry_Query (CPU_CHAR *name_full,

FS_ENTRY_INFO *p_info,

FS_ERR *p_err);

void

FSEntry_Rename (CPU_CHAR *name_full_src,

CPU_CHAR *name_full_dest,

CPU_BOOLEAN excl,

FS_ERR *p_err);

void

FSEntry_TimeSet (CPU_CHAR *name_full,

FS_DATE_TIME *p_time,

CPU_INT08U flag,

FS_ERR *p_err);

  • No labels