...
CPU_BOOLEAN FSVol_IsMounted (CPU_CHAR *name_vol);
...
File |
...
Called from |
...
Code enabled by |
...
|
...
Application |
...
N/A |
...
Determine whether a volume is mounted. Anchor
Arguments
...
name_vol
Anchor
Volume name.
...
Returned Value
Anchor
DEF_YES
, if the volume is open and is mounted.DEF_NO
, if the volume is not open or is not mounted. Anchor
Notes/Warnings
...
None.