ReactOS 0.4.15-dev-7953-g1f49173
_BL_LOCAL_DEVICE Struct Reference

#include <bl.h>

Collaboration diagram for _BL_LOCAL_DEVICE:

Public Attributes

BL_LOCAL_DEVICE_TYPE Type
 
union {
   struct {
      ULONG   DriveNumber
 
   }   FloppyDisk
 
   BL_HARDDISK_DEVICE   HardDisk
 
   BL_HARDDISK_DEVICE   VirtualHardDisk
 
   struct {
      PHYSICAL_ADDRESS   ImageBase
 
      LARGE_INTEGER   ImageSize
 
      ULONG   ImageOffset
 
   }   RamDisk
 
   ULONG   File
 
}; 
 

Detailed Description

Definition at line 923 of file bl.h.

Member Data Documentation

◆ 

union { ... } _BL_LOCAL_DEVICE::@135

◆ DriveNumber

ULONG _BL_LOCAL_DEVICE::DriveNumber

Definition at line 930 of file bl.h.

◆ File

ULONG _BL_LOCAL_DEVICE::File

Definition at line 944 of file bl.h.

Referenced by BlockIoEfiCompareDevice().

◆ 

struct { ... } _BL_LOCAL_DEVICE::FloppyDisk

Referenced by BlockIoEfiCompareDevice().

◆ HardDisk

BL_HARDDISK_DEVICE _BL_LOCAL_DEVICE::HardDisk

Definition at line 933 of file bl.h.

Referenced by BlockIoEfiCompareDevice().

◆ ImageBase

PHYSICAL_ADDRESS _BL_LOCAL_DEVICE::ImageBase

Definition at line 939 of file bl.h.

◆ ImageOffset

ULONG _BL_LOCAL_DEVICE::ImageOffset

Definition at line 941 of file bl.h.

◆ ImageSize

LARGE_INTEGER _BL_LOCAL_DEVICE::ImageSize

Definition at line 940 of file bl.h.

◆ 

struct { ... } _BL_LOCAL_DEVICE::RamDisk

Referenced by BlockIoEfiCompareDevice().

◆ Type

◆ VirtualHardDisk

BL_HARDDISK_DEVICE _BL_LOCAL_DEVICE::VirtualHardDisk

Definition at line 935 of file bl.h.

Referenced by BlDeviceIsVirtualPartitionDevice().


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