C# Class PInvoke.User32.WINDOWINFO

Show file Open project: AArnott/pinvoke

Public Properties

Property Type Description
atomWindowType ushort
cbSize uint
cxWindowBorders uint
cyWindowBorders uint
dwExStyle uint
dwStyle uint
dwWindowStatus uint
rcClient RECT
rcWindow RECT
wCreatorVersion ushort

Public Methods

Method Description
Create ( ) : WINDOWINFO

Method Details

Create() public static method

public static Create ( ) : WINDOWINFO
return WINDOWINFO

Property Details

atomWindowType public property

public ushort atomWindowType
return ushort

cbSize public property

public uint cbSize
return uint

cxWindowBorders public property

public uint cxWindowBorders
return uint

cyWindowBorders public property

public uint cyWindowBorders
return uint

dwExStyle public property

public uint dwExStyle
return uint

dwStyle public property

public uint dwStyle
return uint

dwWindowStatus public property

public uint dwWindowStatus
return uint

rcClient public property

public RECT,PInvoke rcClient
return RECT

rcWindow public property

public RECT,PInvoke rcWindow
return RECT

wCreatorVersion public property

public ushort wCreatorVersion
return ushort