ReactOS 0.4.15-dev-6694-g4ba8af9
tagMDICREATESTRUCTW Struct Reference

#include <winuser.h>

Collaboration diagram for tagMDICREATESTRUCTW:

Public Attributes

LPCWSTR szClass
 
LPCWSTR szTitle
 
HANDLE hOwner
 
int x
 
int y
 
int cx
 
int cy
 
DWORD style
 
LPARAM lParam
 

Detailed Description

Definition at line 3604 of file winuser.h.

Member Data Documentation

◆ cx

int tagMDICREATESTRUCTW::cx

Definition at line 3610 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ cy

int tagMDICREATESTRUCTW::cy

Definition at line 3611 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ hOwner

HANDLE tagMDICREATESTRUCTW::hOwner

Definition at line 3607 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ lParam

LPARAM tagMDICREATESTRUCTW::lParam

◆ style

DWORD tagMDICREATESTRUCTW::style

Definition at line 3612 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ szClass

LPCWSTR tagMDICREATESTRUCTW::szClass

Definition at line 3605 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ szTitle

LPCWSTR tagMDICREATESTRUCTW::szTitle

Definition at line 3606 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ x

int tagMDICREATESTRUCTW::x

Definition at line 3608 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ y

int tagMDICREATESTRUCTW::y

Definition at line 3609 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().


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