ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <winuser.h>
Public Attributes | |
LPVOID | lpCreateParams |
HINSTANCE | hInstance |
HMENU | hMenu |
HWND | hwndParent |
int | cy |
int | cx |
int | y |
int | x |
LONG | style |
LPCSTR | lpszName |
LPCSTR | lpszClass |
DWORD | dwExStyle |
DWORD tagCREATESTRUCTA::dwExStyle |
Definition at line 2941 of file winuser.h.
Referenced by StyleCheckProc().
HWND tagCREATESTRUCTA::hwndParent |
Definition at line 2933 of file winuser.h.
Referenced by ImeWnd_OnCreate(), StartMenu::Init(), IPADDRESS_Create(), and STATUSBAR_WMCreate().
LPVOID tagCREATESTRUCTA::lpCreateParams |
Definition at line 2930 of file winuser.h.
Referenced by MsgiUnicodeToAnsiMessage(), OLEDD_DragTrackerWindowProc(), StyleCheckProc(), Window::WindowProc(), and CDimmedWindow::WndProc().
LPCSTR tagCREATESTRUCTA::lpszClass |
Definition at line 2940 of file winuser.h.
Referenced by MsgiUnicodeToAnsiMessage().
LPCSTR tagCREATESTRUCTA::lpszName |
Definition at line 2939 of file winuser.h.
Referenced by ME_WmCreate(), MsgiUnicodeToAnsiMessage(), and STATUSBAR_WMCreate().
LONG tagCREATESTRUCTA::style |
Definition at line 2938 of file winuser.h.
Referenced by cbt_hook_proc(), create_test_wndproc(), DlgProc(), and StyleCheckProc().