ReactOS 0.4.15-dev-7953-g1f49173
_BUS_INTERFACE_STANDARD Struct Reference

#include <iotypes.h>

Collaboration diagram for _BUS_INTERFACE_STANDARD:

Public Attributes

USHORT Size
 
USHORT Version
 
PVOID Context
 
PINTERFACE_REFERENCE InterfaceReference
 
PINTERFACE_DEREFERENCE InterfaceDereference
 
PTRANSLATE_BUS_ADDRESS TranslateBusAddress
 
PGET_DMA_ADAPTER GetDmaAdapter
 
PGET_SET_DEVICE_DATA SetBusData
 
PGET_SET_DEVICE_DATA GetBusData
 

Detailed Description

Definition at line 907 of file iotypes.h.

Member Data Documentation

◆ Context

PVOID _BUS_INTERFACE_STANDARD::Context

Definition at line 910 of file iotypes.h.

Referenced by IoGetDmaAdapter().

◆ GetBusData

PGET_SET_DEVICE_DATA _BUS_INTERFACE_STANDARD::GetBusData

Definition at line 916 of file iotypes.h.

Referenced by PdoQueryInterface().

◆ GetDmaAdapter

PGET_DMA_ADAPTER _BUS_INTERFACE_STANDARD::GetDmaAdapter

Definition at line 914 of file iotypes.h.

Referenced by IoGetDmaAdapter(), and PdoQueryInterface().

◆ InterfaceDereference

PINTERFACE_DEREFERENCE _BUS_INTERFACE_STANDARD::InterfaceDereference

Definition at line 912 of file iotypes.h.

Referenced by IoGetDmaAdapter().

◆ InterfaceReference

PINTERFACE_REFERENCE _BUS_INTERFACE_STANDARD::InterfaceReference

Definition at line 911 of file iotypes.h.

◆ SetBusData

PGET_SET_DEVICE_DATA _BUS_INTERFACE_STANDARD::SetBusData

Definition at line 915 of file iotypes.h.

Referenced by PdoQueryInterface().

◆ Size

USHORT _BUS_INTERFACE_STANDARD::Size

Definition at line 908 of file iotypes.h.

Referenced by PdoQueryInterface().

◆ TranslateBusAddress

PTRANSLATE_BUS_ADDRESS _BUS_INTERFACE_STANDARD::TranslateBusAddress

Definition at line 913 of file iotypes.h.

Referenced by PdoQueryInterface().

◆ Version

USHORT _BUS_INTERFACE_STANDARD::Version

Definition at line 909 of file iotypes.h.

Referenced by PdoQueryInterface().


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