ReactOS 0.4.16-dev-814-g656a5dc
|
FAT drive root entry. More...
#include <fatfs.h>
Public Attributes | |
HANDLE | _hDrive |
BootSector | _boot_sector |
int | _bufl |
int | _bufents |
int | _SClus |
Cache * | _FATCache |
int | _CacheCount |
DWORD * | _CacheSec |
int * | _CacheCnt |
bool * | _CacheDty |
int | _Caches |
bool | _cache_empty |
int | _read_ahead |
![]() | |
Entry * | _next |
Entry * | _down |
Entry * | _up |
bool | _expanded |
bool | _scanned |
int | _level |
WIN32_FIND_DATA | _data |
SFGAOF | _shell_attribs |
LPTSTR | _display_name |
LPTSTR | _type_name |
LPTSTR | _content |
ENTRY_TYPE | _etype |
int | _icon_id |
BY_HANDLE_FILE_INFORMATION | _bhfi |
bool | _bhfi_valid |
Additional Inherited Members | |
![]() | |
bool | read_dir () |
![]() | |
FATEntry () | |
virtual bool | get_path (PTSTR path, size_t path_count) const |
virtual ShellPath | create_absolute_pidl () const |
![]() | |
Entry (ENTRY_TYPE etype) | |
Entry (Entry *parent, ENTRY_TYPE etype) | |
Entry (const Entry &) | |
bool | get_path_base (PTSTR path, size_t path_count, ENTRY_TYPE etype) const |
![]() | |
Directory () | |
virtual | ~Directory () |
![]() | |
FATDrive & | _drive |
struct dirsecz * | _secarr |
int | _cur_bufs |
int | _ents |
struct dirent * | _dir |
struct Kette * | _alloc |
![]() | |
DWORD | _cluster |
![]() | |
void * | _path |
FATDrive::FATDrive | ( | LPCTSTR | path | ) |
FATDrive::~FATDrive | ( | ) |
int FATDrive::get_cache_buffer | ( | ) |
void FATDrive::reset_cache | ( | ) |
void FATDrive::small_cache | ( | ) |
BootSector FATDrive::_boot_sector |