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

« Previous Version 9 Current »

File

Called from

Code enabled by

fs_vol.c

Application

N/A

Close and free a volume.

Arguments

name_vol

Volume name.

p_err

Pointer to variable that will receive the return error code from this function.

FS_ERR_NONE

Volume opened.

FS_ERR_NAME_NULL

Argument name_vol passed a NULL pointer.

FS_ERR_VOL_NOT_OPEN

Volume not open.

Returned Value

None.

Notes/Warnings

None.

  • No labels