C# Class AdvancedLauncher.Tools.Win32.User32.WNDCLASSEX

Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Properties

Property Type Description
cbClsExtra int
cbSize int
cbWndExtra int
hCursor System.IntPtr
hIcon System.IntPtr
hIconSm System.IntPtr
hInstance System.IntPtr
hbrBackground System.IntPtr
lpfnWndProc WNDPROC
lpszClassName string
lpszMenuName System.IntPtr
style CS

Property Details

cbClsExtra public property

public int cbClsExtra
return int

cbSize public property

public int cbSize
return int

cbWndExtra public property

public int cbWndExtra
return int

hCursor public property

public IntPtr,System hCursor
return System.IntPtr

hIcon public property

public IntPtr,System hIcon
return System.IntPtr

hIconSm public property

public IntPtr,System hIconSm
return System.IntPtr

hInstance public property

public IntPtr,System hInstance
return System.IntPtr

hbrBackground public property

public IntPtr,System hbrBackground
return System.IntPtr

lpfnWndProc public property

public WNDPROC lpfnWndProc
return WNDPROC

lpszClassName public property

public string lpszClassName
return string

lpszMenuName public property

public IntPtr,System lpszMenuName
return System.IntPtr

style public property

public CS style
return CS