ReactOS 0.4.15-dev-8093-g3285f69
_BL_BLOCK_DEVICE_INFORMATION Struct Reference

#include <bl.h>

Collaboration diagram for _BL_BLOCK_DEVICE_INFORMATION:

Public Attributes

BL_LOCAL_DEVICE_TYPE Type
 
ULONG DeviceFlags
 
ULONG Unknown
 
BL_PARTITION_TYPE PartitionType
 
ULONG BlockSize
 
ULONG Alignment
 
ULONGLONG LastBlock
 
ULONGLONG Offset
 
ULONG Block
 
struct {
   union {
      struct {
         ULONG   Signature
 
      }   Mbr
 
      struct {
         GUID   Signature
 
      }   Gpt
 
   } 
 
Disk
 

Detailed Description

Definition at line 1196 of file bl.h.

Member Data Documentation

◆ Alignment

ULONG _BL_BLOCK_DEVICE_INFORMATION::Alignment

Definition at line 1203 of file bl.h.

◆ Block

ULONG _BL_BLOCK_DEVICE_INFORMATION::Block

Definition at line 1206 of file bl.h.

◆ BlockSize

ULONG _BL_BLOCK_DEVICE_INFORMATION::BlockSize

Definition at line 1202 of file bl.h.

◆ DeviceFlags

ULONG _BL_BLOCK_DEVICE_INFORMATION::DeviceFlags

Definition at line 1199 of file bl.h.

◆ 

struct { ... } _BL_BLOCK_DEVICE_INFORMATION::Disk

◆ 

struct { ... } _BL_BLOCK_DEVICE_INFORMATION::Gpt

◆ LastBlock

ULONGLONG _BL_BLOCK_DEVICE_INFORMATION::LastBlock

Definition at line 1204 of file bl.h.

◆ 

struct { ... } _BL_BLOCK_DEVICE_INFORMATION::Mbr

◆ Offset

ULONGLONG _BL_BLOCK_DEVICE_INFORMATION::Offset

Definition at line 1205 of file bl.h.

◆ PartitionType

BL_PARTITION_TYPE _BL_BLOCK_DEVICE_INFORMATION::PartitionType

Definition at line 1201 of file bl.h.

◆ Signature [1/2]

ULONG _BL_BLOCK_DEVICE_INFORMATION::Signature

Definition at line 1213 of file bl.h.

◆ Signature [2/2]

GUID _BL_BLOCK_DEVICE_INFORMATION::Signature

Definition at line 1217 of file bl.h.

◆ Type

BL_LOCAL_DEVICE_TYPE _BL_BLOCK_DEVICE_INFORMATION::Type

Definition at line 1198 of file bl.h.

◆ Unknown

ULONG _BL_BLOCK_DEVICE_INFORMATION::Unknown

Definition at line 1200 of file bl.h.

Referenced by EtfspCheckEtfs(), and FatMount().


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