Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 55 of file shellfs.h.
Referenced by read_directory().
: ShellEntry(shell_path), _folder(root_folder, shell_path), _hwnd(hwnd) { CONTEXT("ShellDirectory::ShellDirectory()"); lstrcpy(_data.cFileName, root_folder.get_name(shell_path, SHGDN_FORADDRESSBAR)); _data.dwFileAttributes = FILE_ATTRIBUTE_DIRECTORY; _shell_attribs = SFGAO_FOLDER; ShellFolder subfolder(root_folder, shell_path); IShellFolder* pFolder = subfolder; pFolder->AddRef(); _path = pFolder; }