|
ReactOS 0.4.16-dev-1948-gd260c1d
|
FAT file system file-entry. More...
#include <fatfs.h>


Protected Member Functions | |
| FATEntry () | |
| virtual bool | get_path (PTSTR path, size_t path_count) const |
| virtual ShellPath | create_absolute_pidl () const |
Protected Member Functions inherited from Entry | |
| 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 |
Protected Attributes | |
| DWORD | _cluster |
Additional Inherited Members | |
Public Attributes inherited from Entry | |
| 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 |
|
protectedvirtual |
Reimplemented from Entry.
Implements Entry.