ReactOS 0.4.16-dev-983-g23ad936
|
#include <winuser.h>
Public Attributes | |
LPCSTR | szClass |
LPCSTR | szTitle |
HANDLE | hOwner |
int | x |
int | y |
int | cx |
int | cy |
DWORD | style |
LPARAM | lParam |
int tagMDICREATESTRUCTA::cx |
Definition at line 3619 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
int tagMDICREATESTRUCTA::cy |
Definition at line 3620 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
HANDLE tagMDICREATESTRUCTA::hOwner |
Definition at line 3616 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
LPARAM tagMDICREATESTRUCTA::lParam |
Definition at line 3622 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
DWORD tagMDICREATESTRUCTA::style |
Definition at line 3621 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
LPCSTR tagMDICREATESTRUCTA::szClass |
Definition at line 3614 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), MsgiUnicodeToAnsiMessage(), test_MDI_create(), and test_mdi_messages().
LPCSTR tagMDICREATESTRUCTA::szTitle |
Definition at line 3615 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), MsgiUnicodeToAnsiMessage(), test_MDI_create(), and test_mdi_messages().
int tagMDICREATESTRUCTA::x |
Definition at line 3617 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().
int tagMDICREATESTRUCTA::y |
Definition at line 3618 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().