ReactOS 0.4.15-dev-8434-g155a7c7
_MAPPED_ADDRESS Struct Reference

#include <ntdddisk.h>

Collaboration diagram for _MAPPED_ADDRESS:

Public Attributes

struct _MAPPED_ADDRESSNextMappedAddress
 
PVOID MappedAddress
 
ULONG NumberOfBytes
 
LARGE_INTEGER IoAddress
 
ULONG BusNumber
 

Detailed Description

Definition at line 751 of file ntdddisk.h.

Member Data Documentation

◆ BusNumber

ULONG _MAPPED_ADDRESS::BusNumber

Definition at line 756 of file ntdddisk.h.

Referenced by ScsiPortGetDeviceBase().

◆ IoAddress

LARGE_INTEGER _MAPPED_ADDRESS::IoAddress

Definition at line 755 of file ntdddisk.h.

Referenced by ScsiPortGetDeviceBase().

◆ MappedAddress

PVOID _MAPPED_ADDRESS::MappedAddress

Definition at line 753 of file ntdddisk.h.

Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().

◆ NextMappedAddress

struct _MAPPED_ADDRESS* _MAPPED_ADDRESS::NextMappedAddress

Definition at line 752 of file ntdddisk.h.

Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().

◆ NumberOfBytes

ULONG _MAPPED_ADDRESS::NumberOfBytes

Definition at line 754 of file ntdddisk.h.

Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().


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