CONSOLE_SCREEN_BUFFER_INFO Fields

Mentalis.org Proxy

Mentalis.org Proxy Documentation

CONSOLE_SCREEN_BUFFER_INFO Fields

The fields of the CONSOLE_SCREEN_BUFFER_INFO class are listed below. For a complete list of CONSOLE_SCREEN_BUFFER_INFO class members, see the CONSOLE_SCREEN_BUFFER_INFO Members topic.

Public Instance Fields

dwCursorPositionSpecifies the column and row coordinates of the cursor in the screen buffer.
dwMaximumWindowSizeSpecifies the maximum size of the console window, given the current screen buffer size and font and the screen size.
dwSizeSpecifies the size, in character columns and rows, of the screen buffer.
srWindowSpecifies a SMALL_RECT structure that contains the screen buffer coordinates of the upper-left and lower-right corners of the display window.
wAttributesSpecifies the foreground (text) and background color attributes to be used for characters that are written to a screen buffer by the WriteFile and WriteConsole functions, or echoed to a screen buffer by the ReadFile and ReadConsole functions. The attribute values are some combination of the following values: FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED, FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN, BACKGROUND_RED, and BACKGROUND_INTENSITY.

See Also

CONSOLE_SCREEN_BUFFER_INFO Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace