ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Classes | |
struct | Entry |
base of all file and directory entries More... | |
struct | Directory |
base for all directory entries More... | |
struct | Root |
root entry for file system trees More... | |
Macros | |
#define | ATTRIBUTE_LONGNAME 0x08000000 |
#define | ATTRIBUTE_VOLNAME 0x10000000 |
#define | ATTRIBUTE_ERASED 0x20000000 |
#define | ATTRIBUTE_SYMBOLIC_LINK 0x40000000 |
#define | ATTRIBUTE_EXECUTABLE 0x80000000 |
#define | SHGFI_ADDOVERLAYS 0x000000020 |
Enumerations | |
enum | ENTRY_TYPE { ET_UNKNOWN , ET_WINDOWS , ET_SHELL , ET_NTOBJS , ET_REGISTRY , ET_FAT , ET_WEB } |
enum | SORT_ORDER { SORT_NONE , SORT_NAME , SORT_EXT , SORT_SIZE , SORT_DATE } |
enum | SCAN_FLAGS { SCAN_DONT_EXTRACT_ICONS = 1 , SCAN_DONT_ACCESS = 2 , SCAN_NO_FILESYSTEM = 4 } |
enum | ICONCACHE_FLAGS { ICF_NORMAL = 0 , ICF_MIDDLE = 1 , ICF_LARGE = 2 , ICF_OPEN = 4 , ICF_OVERLAYS = 8 , ICF_HICON = 16 , ICF_SYSCACHE = 32 } |
Enumerator | |
---|---|
ET_UNKNOWN | |
ET_WINDOWS | |
ET_SHELL | |
ET_NTOBJS | |
ET_REGISTRY | |
ET_FAT | |
ET_WEB |
Definition at line 29 of file entries.h.
Enumerator | |
---|---|
ICF_NORMAL | |
ICF_MIDDLE | |
ICF_LARGE | |
ICF_OPEN | |
ICF_OVERLAYS | |
ICF_HICON | |
ICF_SYSCACHE |
Definition at line 66 of file entries.h.
Enumerator | |
---|---|
SCAN_DONT_EXTRACT_ICONS | |
SCAN_DONT_ACCESS | |
SCAN_NO_FILESYSTEM |