ReactOS 0.4.15-dev-7788-g1ad9096
ChildWndInfo Struct Reference

information structure for creation of a MDI child window More...

#include <window.h>

Inheritance diagram for ChildWndInfo:
Collaboration diagram for ChildWndInfo:

Public Member Functions

 ChildWndInfo (HWND hmdiclient)
 

Public Attributes

HWND _hmdiclient
 

Detailed Description

information structure for creation of a MDI child window

Definition at line 44 of file window.h.

Constructor & Destructor Documentation

◆ ChildWndInfo()

ChildWndInfo::ChildWndInfo ( HWND  hmdiclient)
inline

Definition at line 46 of file window.h.

47 : _hmdiclient(hmdiclient) {}
HWND _hmdiclient
Definition: window.h:49

Member Data Documentation

◆ _hmdiclient

HWND ChildWndInfo::_hmdiclient

Definition at line 49 of file window.h.


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