APM:Libraries
|
#include <ff.h>
Public Attributes | |
union { | |
UINT d32 [FF_MAX_SS/4] | |
BYTE buf [FF_MAX_SS] | |
}; | |
FFOBJID | obj |
DWORD | dptr |
DWORD | clust |
DWORD | sect |
BYTE * | dir |
BYTE | fn [12] |
const TCHAR * | pat |
union { ... } |
DWORD DIR::clust |
Definition at line 210 of file ff.h.
Referenced by dir_next(), dir_register(), and dir_sdi().
BYTE* DIR::dir |
Definition at line 212 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_close(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_unlink(), get_fileinfo(), and st_clust().
DWORD DIR::dptr |
Definition at line 209 of file ff.h.
Referenced by dbc_2nd(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_rename(), and follow_path().
BYTE DIR::fn[12] |
Definition at line 213 of file ff.h.
Referenced by create_name(), dir_find(), dir_register(), f_close(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_stat(), f_unlink(), and follow_path().
FFOBJID DIR::obj |
Definition at line 208 of file ff.h.
Referenced by create_name(), dbc_2nd(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_close(), f_closedir(), f_mkdir(), f_open(), f_opendir(), f_readdir(), f_rename(), f_stat(), f_unlink(), follow_path(), get_fileinfo(), and st_clust().
const TCHAR* DIR::pat |
Definition at line 218 of file ff.h.
Referenced by f_findfirst(), and f_findnext().
DWORD DIR::sect |
Definition at line 211 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_close(), get_fileinfo(), and st_clust().