SetConsoleWindowInfo (kernel32)
Last changed: -107.88.177.32

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll", SetLastError = true)]
    static extern bool SetConsoleWindowInfo(
    IntPtr hConsoleOutput,
    bool bAbsolute,
    [In] ref SMALL_RECT lpConsoleWindow
    );

VB Signature:

Declare Function SetConsoleWindowInfo Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation