ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#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 3600 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
int tagMDICREATESTRUCTW::cy |
Definition at line 3601 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
HANDLE tagMDICREATESTRUCTW::hOwner |
Definition at line 3597 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
LPARAM tagMDICREATESTRUCTW::lParam |
Definition at line 3603 of file winuser.h.
Referenced by CreateWindowExW(), GROUP_GroupWndProc(), MCIWND_Create(), and MDIClientWndProc_common().
DWORD tagMDICREATESTRUCTW::style |
Definition at line 3602 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
LPCWSTR tagMDICREATESTRUCTW::szClass |
Definition at line 3595 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
LPCWSTR tagMDICREATESTRUCTW::szTitle |
Definition at line 3596 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
int tagMDICREATESTRUCTW::x |
Definition at line 3598 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().
int tagMDICREATESTRUCTW::y |
Definition at line 3599 of file winuser.h.
Referenced by CreateWindowExW(), and MDIClientWndProc_common().