Home
last modified time | relevance | path

Searched defs:ShellChildWndInfo (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfilechild.h44 struct ShellChildWndInfo : public FileChildWndInfo struct
48 ShellChildWndInfo(HWND hmdiclient, LPCTSTR path, const ShellPath& root_shell_path); argument
50 ShellPath _shell_path;
51 ShellPath _root_shell_path;
H A Dfilechild.cpp63 ShellChildWndInfo::ShellChildWndInfo(HWND hmdiclient, LPCTSTR path, const ShellPath& root_shell_pat… in ShellChildWndInfo() function in ShellChildWndInfo