ReactOS 0.4.15-dev-7934-g1dc8d80
_TEXTMODE_BUFFER_INFO Struct Reference

#include <conio.h>

Collaboration diagram for _TEXTMODE_BUFFER_INFO:

Public Attributes

COORD ScreenBufferSize
 
COORD ViewSize
 
USHORT ScreenAttrib
 
USHORT PopupAttrib
 
ULONG CursorSize
 
BOOLEAN IsCursorVisible
 

Detailed Description

Definition at line 114 of file conio.h.

Member Data Documentation

◆ CursorSize

ULONG _TEXTMODE_BUFFER_INFO::CursorSize

Definition at line 120 of file conio.h.

Referenced by CON_API().

◆ IsCursorVisible

BOOLEAN _TEXTMODE_BUFFER_INFO::IsCursorVisible

Definition at line 121 of file conio.h.

Referenced by CON_API().

◆ PopupAttrib

USHORT _TEXTMODE_BUFFER_INFO::PopupAttrib

Definition at line 119 of file conio.h.

Referenced by CON_API().

◆ ScreenAttrib

USHORT _TEXTMODE_BUFFER_INFO::ScreenAttrib

Definition at line 118 of file conio.h.

Referenced by CON_API().

◆ ScreenBufferSize

COORD _TEXTMODE_BUFFER_INFO::ScreenBufferSize

Definition at line 116 of file conio.h.

Referenced by CON_API().

◆ ViewSize

COORD _TEXTMODE_BUFFER_INFO::ViewSize

Definition at line 117 of file conio.h.

Referenced by CON_API().


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