ReactOS 0.4.15-dev-8061-g57b775e
_CONSOLE_SCREEN_BUFFER_INFOEX Struct Reference

#include <wincon.h>

Collaboration diagram for _CONSOLE_SCREEN_BUFFER_INFOEX:

Public Attributes

ULONG cbSize
 
COORD dwSize
 
COORD dwCursorPosition
 
WORD wAttributes
 
SMALL_RECT srWindow
 
COORD dwMaximumWindowSize
 
WORD wPopupAttributes
 
BOOL bFullscreenSupported
 
COLORREF ColorTable [16]
 

Detailed Description

Definition at line 291 of file wincon.h.

Member Data Documentation

◆ bFullscreenSupported

BOOL _CONSOLE_SCREEN_BUFFER_INFOEX::bFullscreenSupported

Definition at line 299 of file wincon.h.

◆ cbSize

ULONG _CONSOLE_SCREEN_BUFFER_INFOEX::cbSize

Definition at line 292 of file wincon.h.

Referenced by test_GetConsoleScreenBufferInfoEx().

◆ ColorTable

COLORREF _CONSOLE_SCREEN_BUFFER_INFOEX::ColorTable[16]

Definition at line 300 of file wincon.h.

◆ dwCursorPosition

COORD _CONSOLE_SCREEN_BUFFER_INFOEX::dwCursorPosition

Definition at line 294 of file wincon.h.

◆ dwMaximumWindowSize

COORD _CONSOLE_SCREEN_BUFFER_INFOEX::dwMaximumWindowSize

Definition at line 297 of file wincon.h.

◆ dwSize

COORD _CONSOLE_SCREEN_BUFFER_INFOEX::dwSize

Definition at line 293 of file wincon.h.

◆ srWindow

SMALL_RECT _CONSOLE_SCREEN_BUFFER_INFOEX::srWindow

Definition at line 296 of file wincon.h.

◆ wAttributes

WORD _CONSOLE_SCREEN_BUFFER_INFOEX::wAttributes

Definition at line 295 of file wincon.h.

◆ wPopupAttributes

WORD _CONSOLE_SCREEN_BUFFER_INFOEX::wPopupAttributes

Definition at line 298 of file wincon.h.


The documentation for this struct was generated from the following file: