ReactOS
0.4.15-dev-5615-gc3644fd
|
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 |
Entry | entry |
WCHAR | path [MAX_PATH] |
WCHAR | volname [_MAX_FNAME] |
WCHAR | fs [_MAX_DIR] |
DWORD | drive_type |
DWORD | fs_flags |
Root::Root | ( | ) |
Definition at line 164 of file entries.cpp.
Root::~Root | ( | ) |
Definition at line 169 of file entries.cpp.
Definition at line 761 of file entries.cpp.
Entry * Root::read_tree | ( | LPCITEMIDLIST | pidl, |
int | scan_flags = 0 |
||
) |
Definition at line 780 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] |
DWORD Root::drive_type |
Definition at line 93 of file winefile.c.
Entry Root::entry |
Definition at line 89 of file winefile.c.
Referenced by read_tree().
Definition at line 92 of file winefile.c.
DWORD Root::fs_flags |
Definition at line 94 of file winefile.c.
Definition at line 90 of file winefile.c.
WCHAR Root::volname[_MAX_FNAME] |
Definition at line 91 of file winefile.c.