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.

FSVol_IsMounted()

CPU_BOOLEAN FSVol_IsMounted (CPU_CHAR *name_vol);

 

File

Called from

Code enabled by

fs_vol.c

Application

N/A

Determine whether a volume is mounted.

Arguments

name_vol

Volume name.

Returned Value

DEF_YES, if the volume is open and is mounted.

DEF_NO, if the volume is not open or is not mounted.

Notes/Warnings

None.

  • No labels