ReactOS 0.4.17-dev-414-ge848ce1
condrv_scroll_params Struct Reference

#include <condrv.h>

Collaboration diagram for condrv_scroll_params:

Public Attributes

SMALL_RECT scroll
 
COORD origin
 
SMALL_RECT clip
 
char_info_t fill
 

Detailed Description

Definition at line 182 of file condrv.h.

Member Data Documentation

◆ clip

SMALL_RECT condrv_scroll_params::clip

Definition at line 186 of file condrv.h.

◆ fill

char_info_t condrv_scroll_params::fill

Definition at line 187 of file condrv.h.

◆ origin

COORD condrv_scroll_params::origin

Definition at line 185 of file condrv.h.

◆ scroll

SMALL_RECT condrv_scroll_params::scroll

Definition at line 184 of file condrv.h.

Referenced by ScrollConsoleScreenBufferW().


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