ReactOS 0.4.15-dev-7842-g558ab78
FATChildWndInfo Struct Reference

information structure for creation of FileChildWindow More...

#include <filechild.h>

Inheritance diagram for FATChildWndInfo:
Collaboration diagram for FATChildWndInfo:

Public Types

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

Public Member Functions

 FATChildWndInfo (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

Definition at line 71 of file filechild.h.

Member Typedef Documentation

◆ super

Definition at line 73 of file filechild.h.

Constructor & Destructor Documentation

◆ FATChildWndInfo()

FATChildWndInfo::FATChildWndInfo ( HWND  hmdiclient,
LPCTSTR  path 
)

Definition at line 83 of file filechild.cpp.

84 : FileChildWndInfo(hmdiclient, path, ET_FAT)
85{
86}
@ ET_FAT
Definition: entries.h:40
information structure for creation of FileChildWindow
Definition: filechild.h:31

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