Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IDE_ACCESS_RANGE structure contains the address ranges allocated for an IDE controller.
Syntax
typedef struct _IDE_ACCESS_RANGE {
IDE_PHYSICAL_ADDRESS RangeStart;
IDE_PHYSICAL_ADDRESS PhysicalRangeStart;
ULONG RangeLength;
BOOLEAN InMemory;
UCHAR Bar;
} IDE_ACCESS_RANGE, *PIDE_ACCESS_RANGE;
Members
RangeStart
Contains the logical starting address of the address range.
PhysicalRangeStart
Contains the physical starting address of the address range.
RangeLength
Contains the size, in bytes, of the range.
InMemory
Flag that indicates if this is a memory mapped resource. If cleared, this is an I/O port resource.
Bar
The number of the PCI Base Address Range that this resource was found in.
Requirements
Requirement | Value |
---|---|
Header | irb.h (include Irb.h) |