ReactOS 0.4.16-dev-125-g798ea90
|
root entry for file system trees More...
#include <entries.h>
Public Member Functions | |
Root () | |
~Root () | |
Entry * | read_tree (LPCTSTR path, int scan_flags=0) |
Entry * | read_tree (LPCITEMIDLIST pidl, int scan_flags=0) |
Public Attributes | |
Entry * | _entry |
TCHAR | _path [MAX_PATH] |
TCHAR | _volname [_MAX_FNAME] |
TCHAR | _fs [_MAX_DIR] |
DWORD | _drive_type |
DWORD | _fs_flags |
SORT_ORDER | _sort_order |
Root::Root | ( | ) |
Definition at line 164 of file entries.cpp.
Root::~Root | ( | ) |
Definition at line 169 of file entries.cpp.
Entry * Root::read_tree | ( | LPCITEMIDLIST | pidl, |
int | scan_flags = 0 |
||
) |
Definition at line 780 of file entries.cpp.
Definition at line 761 of file entries.cpp.
Entry* Root::_entry |
Definition at line 152 of file entries.h.
Referenced by read_tree(), and ~Root().
Definition at line 155 of file entries.h.
Referenced by MDIMainFrame::activate_child_window().
SORT_ORDER Root::_sort_order |
Definition at line 158 of file entries.h.
Referenced by read_tree().
TCHAR Root::_volname[_MAX_FNAME] |