¡@

Home 

c# Programming Glossary: hconsoleoutput

How can I write fast colored output to Console?

http://stackoverflow.com/questions/2754518/how-can-i-write-fast-colored-output-to-console

true static extern bool WriteConsoleOutput SafeFileHandle hConsoleOutput CharInfo lpBuffer Coord dwBufferSize Coord dwBufferCoord ref..

Changing text color in C# Console Application

http://stackoverflow.com/questions/7937256/changing-text-color-in-c-sharp-console-application

static extern bool GetConsoleScreenBufferInfoEx IntPtr hConsoleOutput ref CONSOLE_SCREEN_BUFFER_INFO_EX csbe DllImport kernel32.dll.. static extern bool SetConsoleScreenBufferInfoEx IntPtr hConsoleOutput ref CONSOLE_SCREEN_BUFFER_INFO_EX csbe Set a specific console.. csbe.cbSize int Marshal.SizeOf csbe 96 0x60 IntPtr hConsoleOutput GetStdHandle STD_OUTPUT_HANDLE 7 if hConsoleOutput INVALID_HANDLE_VALUE..