ReactOS 0.4.15-dev-6073-g59e7458
|
#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 2950 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().
int tagCREATESTRUCTW::cy |
Definition at line 2949 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), UpDownWindowProc(), and User32CallHookProcFromKernel().
DWORD tagCREATESTRUCTW::dwExStyle |
Definition at line 2956 of file winuser.h.
Referenced by co_UserCreateWindowEx(), EDIT_WM_NCCreate(), IntCreateWindow(), MENU_InitPopup(), and NtUserCreateWindowEx().
HINSTANCE tagCREATESTRUCTW::hInstance |
Definition at line 2946 of file winuser.h.
Referenced by co_IntCreateDefaultImeWindow(), co_UserCreateWindowEx(), IntCreateDesktop(), IntCreateWindow(), MENU_InitPopup(), and NtUserCreateWindowEx().
HMENU tagCREATESTRUCTW::hMenu |
Definition at line 2947 of file winuser.h.
Referenced by IntCreateWindow(), and NtUserCreateWindowEx().
HWND tagCREATESTRUCTW::hwndParent |
Definition at line 2948 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 2945 of file winuser.h.
Referenced by Ghost_OnCreate(), GROUP_GroupWndProc(), iewnd_OnCreate(), LISTBOX_WindowProc(), ListBoxWndProc_common(), MENU_InitPopup(), MsgiUnicodeToAnsiMessage(), and NtUserCreateWindowEx().
LPCWSTR tagCREATESTRUCTW::lpszClass |
Definition at line 2955 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 2954 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 2953 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 2952 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().
int tagCREATESTRUCTW::y |
Definition at line 2951 of file winuser.h.
Referenced by co_IntCallHookProc(), co_UserCreateWindowEx(), IntCreateDesktop(), IntFixWindowCoordinates(), IntScrollCreateScrollBar(), NtUserCreateWindowEx(), and User32CallHookProcFromKernel().