Go to the source code of this file.
Data Structures |
| 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...
|
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
} |