|
ReactOS 0.4.16-dev-1946-g52006dd
|
information structure for creation of MDIShellBrowserChild More...
#include <filechild.h>


Public Types | |
| typedef FileChildWndInfo | super |
Public Types inherited from FileChildWndInfo | |
| typedef ChildWndInfo | super |
Public Member Functions | |
| ShellChildWndInfo (HWND hmdiclient, LPCTSTR path, const ShellPath &root_shell_path) | |
Public Member Functions inherited from FileChildWndInfo | |
| FileChildWndInfo (HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype=ET_UNKNOWN) | |
Public Member Functions inherited from ChildWndInfo | |
| ChildWndInfo (HWND hmdiclient) | |
Public Attributes | |
| ShellPath | _shell_path |
| ShellPath | _root_shell_path |
Public Attributes inherited from FileChildWndInfo | |
| ENTRY_TYPE | _etype |
| LPCTSTR | _path |
| WINDOWPLACEMENT | _pos |
| int | _open_mode |
Public Attributes inherited from ChildWndInfo | |
| HWND | _hmdiclient |
information structure for creation of MDIShellBrowserChild
Definition at line 44 of file filechild.h.
Definition at line 46 of file filechild.h.
| ShellChildWndInfo::ShellChildWndInfo | ( | HWND | hmdiclient, |
| LPCTSTR | path, | ||
| const ShellPath & | root_shell_path | ||
| ) |
Definition at line 63 of file filechild.cpp.
| ShellPath ShellChildWndInfo::_root_shell_path |
Definition at line 51 of file filechild.h.
Referenced by MDIMainFrame::WndProc().
| ShellPath ShellChildWndInfo::_shell_path |
Definition at line 50 of file filechild.h.
Referenced by FileChildWindow::FileChildWindow().