ReactOS 0.4.15-dev-8079-g5db69da
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 3614 of file winuser.h.

Member Data Documentation

◆ cx

int tagMDICREATESTRUCTW::cx

Definition at line 3620 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ cy

int tagMDICREATESTRUCTW::cy

Definition at line 3621 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ hOwner

HANDLE tagMDICREATESTRUCTW::hOwner

Definition at line 3617 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ lParam

LPARAM tagMDICREATESTRUCTW::lParam

◆ style

DWORD tagMDICREATESTRUCTW::style

Definition at line 3622 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ szClass

LPCWSTR tagMDICREATESTRUCTW::szClass

Definition at line 3615 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ szTitle

LPCWSTR tagMDICREATESTRUCTW::szTitle

Definition at line 3616 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ x

int tagMDICREATESTRUCTW::x

Definition at line 3618 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().

◆ y

int tagMDICREATESTRUCTW::y

Definition at line 3619 of file winuser.h.

Referenced by CreateWindowExW(), and MDIClientWndProc_common().


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