C# Class PInvoke.User32.WNDCLASSEX

Show file Open project: AArnott/pinvoke

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
lpszClassName char*
lpszMenuName char*
style ClassStyles

Public Methods

Method Description
Create ( ) : WNDCLASSEX

Method Details

Create() public static method

public static Create ( ) : WNDCLASSEX
return WNDCLASSEX

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

lpszClassName public property

public char* lpszClassName
return char*

lpszMenuName public property

public char* lpszMenuName
return char*

style public property

public ClassStyles style
return ClassStyles