Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.
FSVol_IsDflt()
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.