int fs_readdir (FS_DIR *p_dir,
struct fs_dirent *p_dir_entry,
struct fs_dirent **pp_result);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Read a directory entry from a directory.
p_dir
Pointer to a directory.
p_dir_entry
Pointer to variable that will receive directory entry information.
pp_result
Pointer to variable that will receive:
p_dir_entry
, if NO error occurs AND directory does not encounter EOF.1, if an error occurs.
0, otherwise.