ReactOS 0.4.16-dev-401-g45b008d
|
#include <video.h>
Public Attributes | |
BOOLEAN | Show |
BOOLEAN | Blink |
UCHAR | BlinkRate |
UCHAR | LinesPerRow |
UCHAR | StartScanLine |
UCHAR | EndScanLine |
BOOLEAN _CSRFORMPARAM::Blink |
Definition at line 177 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().
UCHAR _CSRFORMPARAM::BlinkRate |
Definition at line 178 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().
UCHAR _CSRFORMPARAM::EndScanLine |
Definition at line 181 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().
UCHAR _CSRFORMPARAM::LinesPerRow |
Definition at line 179 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().
BOOLEAN _CSRFORMPARAM::Show |
Definition at line 176 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().
UCHAR _CSRFORMPARAM::StartScanLine |
Definition at line 180 of file video.h.
Referenced by InitializeDisplay(), Pc98VideoHideShowTextCursor(), Pc98VidSetCurrentMode(), and WRITE_GDC_CSRFORM().