/* 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);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
