ReactOS 0.4.16-dev-92-g0c2cdca
|
#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 3611 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 3612 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 3608 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 3614 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 3613 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 3606 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 3607 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 3609 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 3610 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().