Package org.eclipse.swt.internal.win32
Class CREATESTRUCT
java.lang.Object
org.eclipse.swt.internal.win32.CREATESTRUCT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lpCreateParams
public int lpCreateParams -
hInstance
public int hInstance -
hMenu
public int hMenu -
hwndParent
public int hwndParent -
cy
public int cy -
cx
public int cx -
y
public int y -
x
public int x -
style
public int style -
lpszName
public int lpszName -
lpszClass
public int lpszClass -
dwExStyle
public int dwExStyle -
sizeof
public static final int sizeof
-
-
Constructor Details
-
CREATESTRUCT
public CREATESTRUCT()
-