ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <winuser.h>
Public Attributes | |
LPVOID | lpCreateParams |
HINSTANCE | hInstance |
HMENU | hMenu |
HWND | hwndParent |
int | cy |
int | cx |
int | y |
int | x |
LONG | style |
LPCWSTR | lpszName |
LPCWSTR | lpszClass |
DWORD | dwExStyle |
int tagCREATESTRUCTW::cx |
Definition at line 2963 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().
int tagCREATESTRUCTW::cy |
Definition at line 2962 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), UpDownWindowProc(), and User32CallHookProcFromKernel().
DWORD tagCREATESTRUCTW::dwExStyle |
Definition at line 2969 of file winuser.h.
Referenced by co_UserCreateWindowEx(), EDIT_WM_NCCreate(), IntCreateWindow(), MENU_InitPopup(), and NtUserCreateWindowEx().
HINSTANCE tagCREATESTRUCTW::hInstance |
Definition at line 2959 of file winuser.h.
Referenced by co_IntCreateDefaultImeWindow(), co_UserCreateWindowEx(), IntCreateDesktop(), IntCreateWindow(), MENU_InitPopup(), and NtUserCreateWindowEx().
HMENU tagCREATESTRUCTW::hMenu |
Definition at line 2960 of file winuser.h.
Referenced by IntCreateWindow(), and NtUserCreateWindowEx().
HWND tagCREATESTRUCTW::hwndParent |
Definition at line 2961 of file winuser.h.
Referenced by ANIMATE_Create(), co_IntCreateDefaultImeWindow(), co_UserCreateWindowEx(), DATETIME_Create(), EDIT_WM_NCCreate(), HEADER_Create(), HOTKEY_Create(), IntCreateWindow(), LISTVIEW_NCCreate(), MENU_InitPopup(), MONTHCAL_Create(), NtUserCreateWindowEx(), PAGER_Create(), TOOLBAR_NCCreate(), TRACKBAR_Create(), TREEVIEW_Create(), and UpDownWindowProc().
LPVOID tagCREATESTRUCTW::lpCreateParams |
Definition at line 2958 of file winuser.h.
Referenced by ctrl_container_on_create(), Ghost_OnCreate(), GROUP_GroupWndProc(), iewnd_OnCreate(), LISTBOX_WindowProc(), ListBoxWndProc_common(), MENU_InitPopup(), MsgiUnicodeToAnsiMessage(), notifysink_on_create(), and NtUserCreateWindowEx().
LPCWSTR tagCREATESTRUCTW::lpszClass |
Definition at line 2968 of file winuser.h.
Referenced by co_IntCallHookProc(), co_IntCreateDefaultImeWindow(), co_UserCallNextHookEx(), co_UserCreateWindowEx(), IntCreateDesktop(), IntMsgCreateStructW(), MENU_InitPopup(), MsgiKMToUMMessage(), MsgiUnicodeToAnsiMessage(), MsgMemorySize(), NtUserCreateWindowEx(), and PackParam().
LPCWSTR tagCREATESTRUCTW::lpszName |
Definition at line 2967 of file winuser.h.
Referenced by co_IntCallHookProc(), co_IntCreateDefaultImeWindow(), co_UserCallNextHookEx(), co_UserCreateWindowEx(), IntCreateDesktop(), IntMsgCreateStructW(), MENU_InitPopup(), MsgiKMToUMMessage(), MsgiUnicodeToAnsiMessage(), MsgMemorySize(), NtUserCreateWindowEx(), and PackParam().
LONG tagCREATESTRUCTW::style |
Definition at line 2966 of file winuser.h.
Referenced by ANIMATE_Create(), co_IntCreateDefaultImeWindow(), co_UserCreateWindowEx(), DATETIME_Create(), EDIT_WM_NCCreate(), HEADER_Create(), IntCreateDesktop(), IntCreateWindow(), IntFixWindowCoordinates(), IntMsgCreateStructW(), IntScrollCreateScrollBar(), LISTBOX_WindowProc(), ListBoxWndProc_common(), LISTVIEW_Create(), LISTVIEW_NCCreate(), MENU_InitPopup(), NtUserCreateWindowEx(), PAGER_Create(), RichEdit10ANSIWndProc(), RichEditWndProc_common(), TOOLBAR_Create(), TOOLBAR_NCCreate(), TRACKBAR_Create(), and UpDownWindowProc().
int tagCREATESTRUCTW::x |
Definition at line 2965 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().
int tagCREATESTRUCTW::y |
Definition at line 2964 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().