ReactOS 0.4.15-dev-8100-g1887773
_VDD_IO_HANDLERS Struct Reference

#include <nt_vdd.h>

Collaboration diagram for _VDD_IO_HANDLERS:

Public Attributes

PFNVDD_INB inb_handler
 
PFNVDD_INW inw_handler
 
PFNVDD_INSB insb_handler
 
PFNVDD_INSW insw_handler
 
PFNVDD_OUTB outb_handler
 
PFNVDD_OUTW outw_handler
 
PFNVDD_OUTSB outsb_handler
 
PFNVDD_OUTSW outsw_handler
 

Detailed Description

Definition at line 144 of file nt_vdd.h.

Member Data Documentation

◆ inb_handler

PFNVDD_INB _VDD_IO_HANDLERS::inb_handler

Definition at line 145 of file nt_vdd.h.

Referenced by IOReadB().

◆ insb_handler

PFNVDD_INSB _VDD_IO_HANDLERS::insb_handler

Definition at line 147 of file nt_vdd.h.

Referenced by IOReadStrB().

◆ insw_handler

PFNVDD_INSW _VDD_IO_HANDLERS::insw_handler

Definition at line 148 of file nt_vdd.h.

Referenced by IOReadStrW().

◆ inw_handler

PFNVDD_INW _VDD_IO_HANDLERS::inw_handler

Definition at line 146 of file nt_vdd.h.

Referenced by IOReadW().

◆ outb_handler

PFNVDD_OUTB _VDD_IO_HANDLERS::outb_handler

Definition at line 149 of file nt_vdd.h.

Referenced by IOWriteB().

◆ outsb_handler

PFNVDD_OUTSB _VDD_IO_HANDLERS::outsb_handler

Definition at line 151 of file nt_vdd.h.

Referenced by IOWriteStrB().

◆ outsw_handler

PFNVDD_OUTSW _VDD_IO_HANDLERS::outsw_handler

Definition at line 152 of file nt_vdd.h.

Referenced by IOWriteStrW().

◆ outw_handler

PFNVDD_OUTW _VDD_IO_HANDLERS::outw_handler

Definition at line 150 of file nt_vdd.h.

Referenced by IOWriteW().


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