C# Class IfacesEnumsStructsClasses.WindowsHookUtil.CREATESTRUCT

Show file Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
cx int
cy int
dwExStyle int
hInstance System.IntPtr
hMenu System.IntPtr
hwndParent System.IntPtr
lpCreateParams System.IntPtr
lpszClass System.IntPtr
lpszName System.IntPtr
style int
x int
y int

Property Details

cx public property

public int cx
return int

cy public property

public int cy
return int

dwExStyle public property

public int dwExStyle
return int

hInstance public property

public IntPtr,System hInstance
return System.IntPtr

hMenu public property

public IntPtr,System hMenu
return System.IntPtr

hwndParent public property

public IntPtr,System hwndParent
return System.IntPtr

lpCreateParams public property

public IntPtr,System lpCreateParams
return System.IntPtr

lpszClass public property

public IntPtr,System lpszClass
return System.IntPtr

lpszName public property

public IntPtr,System lpszName
return System.IntPtr

style public property

public int style
return int

x public property

public int x
return int

y public property

public int y
return int