getconsoledisplaymode (kernel32)
Last changed: -67.41.75.62

.
Summary
TODO - a short description

C# Signature:

    /* Retrieves the display mode of the current console. */
    [DllImport("kernel32.dll", SetLastError = true)]
    internal static extern BOOL GetConsoleDisplayMode(
        out ConsoleMode dwFlags);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

// Untested, added during 1-pass copy & paste of windows console fuctions

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation