WINDOWINFO (Structures)
Last changed: -217.91.6.11

.
Summary
The WINDOWINFO structure contains window information.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct WINDOWINFO
{
    public uint cbSize;
    public RECT rcWindow;
    public RECT rcClient;
    public uint dwStyle;
    public uint dwExStyle;
    public uint dwWindowStatus;
    public uint cxWindowBorders;
    public uint cyWindowBorders;
    public ushort atomWindowType;
    public ushort wCreatorVersion;
}

VB Definition:

Structure WINDOWINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
WINDOWINFO on MSDN