ReactOS 0.4.15-dev-7958-gcd0bb1a
ShellChildWndInfo Struct Reference

information structure for creation of MDIShellBrowserChild More...

#include <filechild.h>

Inheritance diagram for ShellChildWndInfo:
Collaboration diagram for ShellChildWndInfo:

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
 

Detailed Description

information structure for creation of MDIShellBrowserChild

Definition at line 44 of file filechild.h.

Member Typedef Documentation

◆ super

Definition at line 46 of file filechild.h.

Constructor & Destructor Documentation

◆ ShellChildWndInfo()

ShellChildWndInfo::ShellChildWndInfo ( HWND  hmdiclient,
LPCTSTR  path,
const ShellPath root_shell_path 
)

Definition at line 63 of file filechild.cpp.

64 : FileChildWndInfo(hmdiclient, path, ET_SHELL),
65 _shell_path(path&&*path? path: root_shell_path),
66 _root_shell_path(root_shell_path)
67{
68}
@ ET_SHELL
Definition: entries.h:37
information structure for creation of FileChildWindow
Definition: filechild.h:31
ShellPath _root_shell_path
Definition: filechild.h:51
ShellPath _shell_path
Definition: filechild.h:50

Member Data Documentation

◆ _root_shell_path

ShellPath ShellChildWndInfo::_root_shell_path

Definition at line 51 of file filechild.h.

Referenced by MDIMainFrame::WndProc().

◆ _shell_path

ShellPath ShellChildWndInfo::_shell_path

Definition at line 50 of file filechild.h.

Referenced by FileChildWindow::FileChildWindow().


The documentation for this struct was generated from the following files: