WINDOWPOS (Structures)
Last changed: -84.52.107.217

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]

private struct WINDOWINFO

{

    public IntPtr hWnd;
    public IntPtr hWndInsertAfter;
    public int x;
    public int y;
    public int cx;
    public int cy;
    public uint flags;

}

VB Definition:

Structure WINDOWPOS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
WINDOWPOS on MSDN