CONSOLE_SCREEN_BUFFER_INFO.wAttributes Field

Mentalis.org Proxy

Mentalis.org Proxy Documentation

CONSOLE_SCREEN_BUFFER_INFO.wAttributes Field

Specifies 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.

[Visual Basic]Public wAttributes As Short
[C#]
public short wAttributes;

See Also

CONSOLE_SCREEN_BUFFER_INFO Class | CONSOLE_SCREEN_BUFFER_INFO Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace