ReactOS 0.4.15-dev-6679-g945ee4b
|
#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 3598 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 3599 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 3595 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 3601 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 3600 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 3593 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 3594 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 3596 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 3597 of file winuser.h.
Referenced by CreateWindowExA(), mdi_child_wnd_proc_1(), MDIClientWndProc_common(), test_MDI_create(), and test_mdi_messages().