ReactOS 0.4.15-dev-7953-g1f49173
_CONSOLE_SCREEN_BUFFER_INFO Struct Reference

#include <wincon.h>

Collaboration diagram for _CONSOLE_SCREEN_BUFFER_INFO:

Public Attributes

COORD dwSize
 
COORD dwCursorPosition
 
WORD wAttributes
 
SMALL_RECT srWindow
 
COORD dwMaximumWindowSize
 

Detailed Description

Definition at line 218 of file wincon.h.

Member Data Documentation

◆ dwCursorPosition

COORD _CONSOLE_SCREEN_BUFFER_INFO::dwCursorPosition

Definition at line 220 of file wincon.h.

◆ dwMaximumWindowSize

COORD _CONSOLE_SCREEN_BUFFER_INFO::dwMaximumWindowSize

Definition at line 223 of file wincon.h.

◆ dwSize

COORD _CONSOLE_SCREEN_BUFFER_INFO::dwSize

Definition at line 219 of file wincon.h.

◆ srWindow

SMALL_RECT _CONSOLE_SCREEN_BUFFER_INFO::srWindow

Definition at line 222 of file wincon.h.

◆ wAttributes

WORD _CONSOLE_SCREEN_BUFFER_INFO::wAttributes

Definition at line 221 of file wincon.h.


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