Code Block | ||
---|---|---|
| ||
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 |
...
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:
...