ReactOS 0.4.15-dev-7934-g1dc8d80
NtObjChildWndInfo Struct Reference

information structure for creation of FileChildWindow for NT object namespace More...

#include <filechild.h>

Inheritance diagram for NtObjChildWndInfo:
Collaboration diagram for NtObjChildWndInfo:

Public Types

typedef FileChildWndInfo super
 
- Public Types inherited from FileChildWndInfo
typedef ChildWndInfo super
 

Public Member Functions

 NtObjChildWndInfo (HWND hmdiclient, LPCTSTR 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)
 

Additional Inherited Members

- 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 FileChildWindow for NT object namespace

Definition at line 55 of file filechild.h.

Member Typedef Documentation

◆ super

Definition at line 57 of file filechild.h.

Constructor & Destructor Documentation

◆ NtObjChildWndInfo()

NtObjChildWndInfo::NtObjChildWndInfo ( HWND  hmdiclient,
LPCTSTR  path 
)

Definition at line 71 of file filechild.cpp.

72 : FileChildWndInfo(hmdiclient, path, ET_NTOBJS)
73{
74}
@ ET_NTOBJS
Definition: entries.h:38
information structure for creation of FileChildWindow
Definition: filechild.h:31

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