|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <conmsg.h>

Public Attributes | |
| HANDLE | ConsoleHandle |
| HANDLE | OutputHandle |
| SMALL_RECT | ScrollRectangle |
| SMALL_RECT | ClipRectangle |
| BOOL | UseClipRectangle |
| COORD | DestinationOrigin |
| CHAR_INFO | Fill |
| BOOLEAN | Unicode |
| SMALL_RECT _CONSOLE_SCROLLSCREENBUFFER::ClipRectangle |
Definition at line 502 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| HANDLE _CONSOLE_SCROLLSCREENBUFFER::ConsoleHandle |
Definition at line 499 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| COORD _CONSOLE_SCROLLSCREENBUFFER::DestinationOrigin |
Definition at line 504 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| CHAR_INFO _CONSOLE_SCROLLSCREENBUFFER::Fill |
Definition at line 505 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| HANDLE _CONSOLE_SCROLLSCREENBUFFER::OutputHandle |
Definition at line 500 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| SMALL_RECT _CONSOLE_SCROLLSCREENBUFFER::ScrollRectangle |
Definition at line 501 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| BOOLEAN _CONSOLE_SCROLLSCREENBUFFER::Unicode |
Definition at line 506 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().
| BOOL _CONSOLE_SCROLLSCREENBUFFER::UseClipRectangle |
Definition at line 503 of file conmsg.h.
Referenced by IntScrollConsoleScreenBuffer().