FSVol_Query()
void FSVol_Query (CPU_CHAR *name_vol, FS_VOL_INFO *p_info, FS_ERR *p_err);
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
Obtain information about a volume.
Arguments
name_vol
Volume name.
p_info
Pointer to structure that will receive volume information (see FS_VOL_INFO for structure details).
p_err
Pointer to variable that will receive the return error code from this function:
FS_ERR_NONE
Volume information obtained.
FS_ERR_DEV
Device access error.
FS_ERR_NAME_NULL
Argument name_vol
passed a NULL
pointer.
FS_ERR_NULL_PTR
Argument p_info
passed a NULL
pointer.
FS_ERR_VOL_NOT_OPEN
Volume is not open.
Returned Value
None.
Notes/Warnings
None.