ReactOS 0.4.15-dev-7906-g1b85a5f
WebChildWndInfo Struct Reference

information structure for creation of WebChildWindow More...

#include <filechild.h>

Inheritance diagram for WebChildWndInfo:
Collaboration diagram for WebChildWndInfo:

Public Types

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

Public Member Functions

 WebChildWndInfo (HWND hmdiclient, LPCTSTR url)
 
- 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 WebChildWindow

Definition at line 79 of file filechild.h.

Member Typedef Documentation

◆ super

Definition at line 81 of file filechild.h.

Constructor & Destructor Documentation

◆ WebChildWndInfo()

WebChildWndInfo::WebChildWndInfo ( HWND  hmdiclient,
LPCTSTR  url 
)

Definition at line 89 of file filechild.cpp.

90 : FileChildWndInfo(hmdiclient, url, ET_WEB)
91{
92}
@ ET_WEB
Definition: entries.h:41
static const WCHAR url[]
Definition: encode.c:1432
information structure for creation of FileChildWindow
Definition: filechild.h:31

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