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 3 Next »

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.

Arguments

name_vol

Volume name.

Returned Value

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.

Notes/Warnings

None.

  • No labels