ReactOS 0.4.15-dev-7934-g1dc8d80
_EMULATOR_IO_HANDLERS Struct Reference
Collaboration diagram for _EMULATOR_IO_HANDLERS:

Public Attributes

EMULATOR_INB_PROC InB
 
EMULATOR_INW_PROC InW
 
EMULATOR_IND_PROC InD
 
EMULATOR_INSB_PROC InsB
 
EMULATOR_INSW_PROC InsW
 
EMULATOR_INSD_PROC InsD
 
EMULATOR_OUTB_PROC OutB
 
EMULATOR_OUTW_PROC OutW
 
EMULATOR_OUTD_PROC OutD
 
EMULATOR_OUTSB_PROC OutsB
 
EMULATOR_OUTSW_PROC OutsW
 
EMULATOR_OUTSD_PROC OutsD
 

Detailed Description

Definition at line 22 of file io.c.

Member Data Documentation

◆ InB

EMULATOR_INB_PROC _EMULATOR_IO_HANDLERS::InB

Definition at line 24 of file io.c.

Referenced by IOReadB(), RegisterIoPort(), and VDDInstallIOHook().

◆ InD

EMULATOR_IND_PROC _EMULATOR_IO_HANDLERS::InD

Definition at line 26 of file io.c.

Referenced by IOReadD(), and VDDInstallIOHook().

◆ InsB

EMULATOR_INSB_PROC _EMULATOR_IO_HANDLERS::InsB

Definition at line 28 of file io.c.

Referenced by IOReadStrB(), and VDDInstallIOHook().

◆ InsD

EMULATOR_INSD_PROC _EMULATOR_IO_HANDLERS::InsD

Definition at line 30 of file io.c.

Referenced by IOReadStrD(), and VDDInstallIOHook().

◆ InsW

EMULATOR_INSW_PROC _EMULATOR_IO_HANDLERS::InsW

Definition at line 29 of file io.c.

Referenced by IOReadStrW(), and VDDInstallIOHook().

◆ InW

EMULATOR_INW_PROC _EMULATOR_IO_HANDLERS::InW

Definition at line 25 of file io.c.

Referenced by IOReadW(), and VDDInstallIOHook().

◆ OutB

EMULATOR_OUTB_PROC _EMULATOR_IO_HANDLERS::OutB

Definition at line 32 of file io.c.

Referenced by IOWriteB(), RegisterIoPort(), and VDDInstallIOHook().

◆ OutD

EMULATOR_OUTD_PROC _EMULATOR_IO_HANDLERS::OutD

Definition at line 34 of file io.c.

Referenced by IOWriteD(), and VDDInstallIOHook().

◆ OutsB

EMULATOR_OUTSB_PROC _EMULATOR_IO_HANDLERS::OutsB

Definition at line 36 of file io.c.

Referenced by IOWriteStrB(), and VDDInstallIOHook().

◆ OutsD

EMULATOR_OUTSD_PROC _EMULATOR_IO_HANDLERS::OutsD

Definition at line 38 of file io.c.

Referenced by IOWriteStrD(), and VDDInstallIOHook().

◆ OutsW

EMULATOR_OUTSW_PROC _EMULATOR_IO_HANDLERS::OutsW

Definition at line 37 of file io.c.

Referenced by IOWriteStrW(), and VDDInstallIOHook().

◆ OutW

EMULATOR_OUTW_PROC _EMULATOR_IO_HANDLERS::OutW

Definition at line 33 of file io.c.

Referenced by IOWriteW(), and VDDInstallIOHook().


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