GetConsoleCursorInfo (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

    /* Retrieves information about the size and visibility of the cursor,
        for the specified console screen buffer. */
    [DllImport("kernel32.dll", SetLastError = true)]
    internal static extern BOOL GetConsoleCursorInfo(
        SafeConsoleHandle hConsoleOutput,
        out CONSOLE_CURSOR_INFO lpConsoleCursorInfo);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation