Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void  FSVol_Close (CPU_CHAR  *name_vol,

...


                   FS_ERR    *p_err);


File

Called from

Code enabled by

fs_vol.c

Application

N/A

Close and free a volume.

Arguments

...

Pointer to variable that will receive the return error code from this function. See Note #2.

FS_ERR_NONE

Volume opened.

FS_ERR_NAME_NULL

Argument name_vol passed a NULL pointer.

FS_ERR_VOL_NOT_OPEN

...