ReactOS
0.4.16-dev-555-g690643f
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
vgavideo.h
Go to the documentation of this file.
1
#pragma once
2
3
#define VGA_NORMAL 0
4
#define VGA_AND 8
5
#define VGA_OR 16
6
#define VGA_XOR 24
7
8
#define MISC (PUCHAR)0x3c2
9
#define SEQ (PUCHAR)0x3c4
10
#define SEQDATA (PUCHAR)0x3c5
11
#define CRTC (PUCHAR)0x3d4
12
#define CRTCDATA (PUCHAR)0x3d5
13
#define GRAPHICS (PUCHAR)0x3ce
14
#define GRAPHICSDATA (PUCHAR)0x3cf
15
#define ATTRIB (PUCHAR)0x3c0
16
#define ATTRIBREAD (PUCHAR)0x3c1
17
#define STATUS (PUCHAR)0x3da
18
#define PELMASK (PUCHAR)0x3c6
19
#define PELINDEX (PUCHAR)0x3c8
20
#define PELDATA (PUCHAR)0x3c9
21
#define FEATURE (PUCHAR)0x3da
22
23
typedef
struct
_VGA_REGISTERS
24
{
25
UCHAR
CRT
[24];
26
UCHAR
Attribute
[21];
27
UCHAR
Graphics
[9];
28
UCHAR
Sequencer
[5];
29
UCHAR
Misc
;
30
}
VGA_REGISTERS
, *
PVGA_REGISTERS
;
Graphics
Definition:
gdiplusgraphics.h:23
VGA_REGISTERS
struct _VGA_REGISTERS VGA_REGISTERS
PVGA_REGISTERS
struct _VGA_REGISTERS * PVGA_REGISTERS
_VGA_REGISTERS
Definition:
blue.c:45
_VGA_REGISTERS::CRT
UCHAR CRT[24]
Definition:
blue.c:46
_VGA_REGISTERS::Attribute
UCHAR Attribute[21]
Definition:
blue.c:47
_VGA_REGISTERS::Sequencer
UCHAR Sequencer[5]
Definition:
blue.c:49
_VGA_REGISTERS::Misc
UCHAR Misc
Definition:
blue.c:50
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
win32ss
drivers
miniport
vga
vgavideo.h
Generated on Tue Jan 21 2025 06:15:05 for ReactOS by
1.9.6