Code Block | ||
---|---|---|
| ||
CPU_BOOLEAN FSVol_IsDflt (CPU_CHAR *name_vol); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
...
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.
...