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


Public Types | |
| typedef ChildWndInfo | super |
Public Member Functions | |
| FileChildWndInfo (HWND hmdiclient, LPCTSTR path, ENTRY_TYPE etype=ET_UNKNOWN) | |
Public Member Functions inherited from ChildWndInfo | |
| ChildWndInfo (HWND hmdiclient) | |
Public Attributes | |
| ENTRY_TYPE | _etype |
| LPCTSTR | _path |
| WINDOWPLACEMENT | _pos |
| int | _open_mode |
Public Attributes inherited from ChildWndInfo | |
| HWND | _hmdiclient |
information structure for creation of FileChildWindow
Definition at line 30 of file filechild.h.
| typedef ChildWndInfo FileChildWndInfo::super |
Definition at line 32 of file filechild.h.
| FileChildWndInfo::FileChildWndInfo | ( | HWND | hmdiclient, |
| LPCTSTR | path, | ||
| ENTRY_TYPE | etype = ET_UNKNOWN |
||
| ) |
Definition at line 35 of file filechild.cpp.
| ENTRY_TYPE FileChildWndInfo::_etype |
Definition at line 36 of file filechild.h.
Referenced by FileChildWndInfo().
| int FileChildWndInfo::_open_mode |
Definition at line 40 of file filechild.h.
Referenced by FileChildWndInfo(), MDIShellBrowserChild::update_shell_browser(), and MDIMainFrame::WndProc().
| LPCTSTR FileChildWndInfo::_path |
Definition at line 37 of file filechild.h.
Referenced by FileChildWndInfo().
| WINDOWPLACEMENT FileChildWndInfo::_pos |
Definition at line 39 of file filechild.h.
Referenced by FileChildWndInfo(), and MDIMainFrame::WndProc().