Versions Compared

Key

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


Code Block
languagecpp
CPU_BOOLEAN  FSVol_IsDflt (CPU_CHAR  *name_vol);


File

Called from

Code enabled by

fs_vol.c

Application

N/A

Determine whether a volume is the default volume.

...

DEF_YES, if the volume with name name_vol is the default volume.

DEF_NO,   if no volume with name name_vol exists.DEF_NO, ,

                or the volume with name name_vol is not the default volume.

...