ReactOS 0.4.15-dev-7788-g1ad9096
_SCREEN_DEVICE_EXTENSION Struct Reference

#include <green.h>

Collaboration diagram for _SCREEN_DEVICE_EXTENSION:

Public Attributes

COMMON_FDO_DEVICE_EXTENSION Common
 
PDEVICE_OBJECT Green
 
PUCHAR VideoMemory
 
USHORT CharAttribute
 
ULONG Mode
 
UCHAR ScanLines
 
UCHAR Rows
 
UCHAR Columns
 
UCHAR TabWidth
 
ULONG LogicalOffset
 
UCHAR SendBuffer [1024]
 
ULONG SendBufferPosition
 
PDEVICE_OBJECT PreviousBlue
 

Detailed Description

Definition at line 60 of file green.h.

Member Data Documentation

◆ CharAttribute

USHORT _SCREEN_DEVICE_EXTENSION::CharAttribute

Definition at line 66 of file green.h.

Referenced by ScreenDeviceControl().

◆ Columns

UCHAR _SCREEN_DEVICE_EXTENSION::Columns

Definition at line 70 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ Common

COMMON_FDO_DEVICE_EXTENSION _SCREEN_DEVICE_EXTENSION::Common

Definition at line 62 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ Green

PDEVICE_OBJECT _SCREEN_DEVICE_EXTENSION::Green

Definition at line 63 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ LogicalOffset

ULONG _SCREEN_DEVICE_EXTENSION::LogicalOffset

Definition at line 73 of file green.h.

Referenced by ScreenDeviceControl(), and ScreenWrite().

◆ Mode

ULONG _SCREEN_DEVICE_EXTENSION::Mode

Definition at line 67 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ PreviousBlue

PDEVICE_OBJECT _SCREEN_DEVICE_EXTENSION::PreviousBlue

Definition at line 77 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ Rows

UCHAR _SCREEN_DEVICE_EXTENSION::Rows

Definition at line 69 of file green.h.

Referenced by ScreenAddDevice(), ScreenDeviceControl(), and ScreenWrite().

◆ ScanLines

UCHAR _SCREEN_DEVICE_EXTENSION::ScanLines

Definition at line 68 of file green.h.

Referenced by ScreenAddDevice().

◆ SendBuffer

UCHAR _SCREEN_DEVICE_EXTENSION::SendBuffer[1024]

Definition at line 75 of file green.h.

◆ SendBufferPosition

ULONG _SCREEN_DEVICE_EXTENSION::SendBufferPosition

Definition at line 76 of file green.h.

◆ TabWidth

UCHAR _SCREEN_DEVICE_EXTENSION::TabWidth

Definition at line 71 of file green.h.

Referenced by ScreenAddDevice(), and ScreenWrite().

◆ VideoMemory

PUCHAR _SCREEN_DEVICE_EXTENSION::VideoMemory

Definition at line 65 of file green.h.

Referenced by ScreenAddDevice(), and ScreenWrite().


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