ReactOS 0.4.15-dev-6703-g6528ab8
tagCREATESTRUCTA Struct Reference

#include <winuser.h>

Collaboration diagram for tagCREATESTRUCTA:

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
 

Detailed Description

Definition at line 2929 of file winuser.h.

Member Data Documentation

◆ cx

int tagCREATESTRUCTA::cx

Definition at line 2935 of file winuser.h.

◆ cy

int tagCREATESTRUCTA::cy

Definition at line 2934 of file winuser.h.

◆ dwExStyle

DWORD tagCREATESTRUCTA::dwExStyle

Definition at line 2941 of file winuser.h.

Referenced by StyleCheckProc().

◆ hInstance

HINSTANCE tagCREATESTRUCTA::hInstance

Definition at line 2931 of file winuser.h.

◆ hMenu

HMENU tagCREATESTRUCTA::hMenu

Definition at line 2932 of file winuser.h.

◆ hwndParent

HWND tagCREATESTRUCTA::hwndParent

Definition at line 2933 of file winuser.h.

Referenced by ImeWnd_OnCreate(), StartMenu::Init(), IPADDRESS_Create(), and STATUSBAR_WMCreate().

◆ lpCreateParams

LPVOID tagCREATESTRUCTA::lpCreateParams

◆ lpszClass

LPCSTR tagCREATESTRUCTA::lpszClass

Definition at line 2940 of file winuser.h.

Referenced by MsgiUnicodeToAnsiMessage().

◆ lpszName

LPCSTR tagCREATESTRUCTA::lpszName

Definition at line 2939 of file winuser.h.

Referenced by ME_WmCreate(), MsgiUnicodeToAnsiMessage(), and STATUSBAR_WMCreate().

◆ style

LONG tagCREATESTRUCTA::style

Definition at line 2938 of file winuser.h.

Referenced by cbt_hook_proc(), create_test_wndproc(), DlgProc(), and StyleCheckProc().

◆ x

int tagCREATESTRUCTA::x

Definition at line 2937 of file winuser.h.

◆ y

int tagCREATESTRUCTA::y

Definition at line 2936 of file winuser.h.


The documentation for this struct was generated from the following file: