ReactOS 0.4.15-dev-7842-g558ab78
_CONSOLE_GETSCREENBUFFERINFO Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETSCREENBUFFERINFO:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
COORD ScreenBufferSize
 
COORD CursorPosition
 
COORD ViewOrigin
 
WORD Attributes
 
COORD ViewSize
 
COORD MaximumViewSize
 

Detailed Description

Definition at line 308 of file conmsg.h.

Member Data Documentation

◆ Attributes

WORD _CONSOLE_GETSCREENBUFFERINFO::Attributes

Definition at line 315 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ ConsoleHandle

HANDLE _CONSOLE_GETSCREENBUFFERINFO::ConsoleHandle

Definition at line 310 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ CursorPosition

COORD _CONSOLE_GETSCREENBUFFERINFO::CursorPosition

Definition at line 313 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ MaximumViewSize

COORD _CONSOLE_GETSCREENBUFFERINFO::MaximumViewSize

Definition at line 317 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ OutputHandle

HANDLE _CONSOLE_GETSCREENBUFFERINFO::OutputHandle

Definition at line 311 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ ScreenBufferSize

COORD _CONSOLE_GETSCREENBUFFERINFO::ScreenBufferSize

Definition at line 312 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ ViewOrigin

COORD _CONSOLE_GETSCREENBUFFERINFO::ViewOrigin

Definition at line 314 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().

◆ ViewSize

COORD _CONSOLE_GETSCREENBUFFERINFO::ViewSize

Definition at line 316 of file conmsg.h.

Referenced by GetConsoleScreenBufferInfo().


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