|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winuser.h>

Public Attributes | |
| LPCWSTR | szClass |
| LPCWSTR | szTitle |
| HANDLE | hOwner |
| int | x |
| int | y |
| int | cx |
| int | cy |
| DWORD | style |
| LPARAM | lParam |
| int tagMDICREATESTRUCTW::cx |
Definition at line 3722 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| int tagMDICREATESTRUCTW::cy |
Definition at line 3723 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| HANDLE tagMDICREATESTRUCTW::hOwner |
Definition at line 3719 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| LPARAM tagMDICREATESTRUCTW::lParam |
Definition at line 3725 of file winuser.h.
Referenced by CreateWindowExW(), GROUP_GroupWndProc(), MCIWND_Create(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| DWORD tagMDICREATESTRUCTW::style |
Definition at line 3724 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| LPCWSTR tagMDICREATESTRUCTW::szClass |
Definition at line 3717 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| LPCWSTR tagMDICREATESTRUCTW::szTitle |
Definition at line 3718 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| int tagMDICREATESTRUCTW::x |
Definition at line 3720 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().
| int tagMDICREATESTRUCTW::y |
Definition at line 3721 of file winuser.h.
Referenced by CreateWindowExW(), MDIClientWndProc_common(), and WIN_CreateWindowEx().