ReactOS 0.4.15-dev-7918-g2a2556c
_CONSOLE_SCROLLSCREENBUFFER Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SCROLLSCREENBUFFER:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
SMALL_RECT ScrollRectangle
 
SMALL_RECT ClipRectangle
 
BOOL UseClipRectangle
 
COORD DestinationOrigin
 
CHAR_INFO Fill
 
BOOLEAN Unicode
 

Detailed Description

Definition at line 497 of file conmsg.h.

Member Data Documentation

◆ ClipRectangle

SMALL_RECT _CONSOLE_SCROLLSCREENBUFFER::ClipRectangle

Definition at line 502 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ ConsoleHandle

HANDLE _CONSOLE_SCROLLSCREENBUFFER::ConsoleHandle

Definition at line 499 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ DestinationOrigin

COORD _CONSOLE_SCROLLSCREENBUFFER::DestinationOrigin

Definition at line 504 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ Fill

CHAR_INFO _CONSOLE_SCROLLSCREENBUFFER::Fill

Definition at line 505 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ OutputHandle

HANDLE _CONSOLE_SCROLLSCREENBUFFER::OutputHandle

Definition at line 500 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ ScrollRectangle

SMALL_RECT _CONSOLE_SCROLLSCREENBUFFER::ScrollRectangle

Definition at line 501 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ Unicode

BOOLEAN _CONSOLE_SCROLLSCREENBUFFER::Unicode

Definition at line 506 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().

◆ UseClipRectangle

BOOL _CONSOLE_SCROLLSCREENBUFFER::UseClipRectangle

Definition at line 503 of file conmsg.h.

Referenced by IntScrollConsoleScreenBuffer().


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