ReactOS 0.4.15-dev-7842-g558ab78
_BIOSDISKENTRY Struct Reference

#include <partlist.h>

Collaboration diagram for _BIOSDISKENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG AdapterNumber
 
ULONG ControllerNumber
 
ULONG DiskNumber
 
ULONG Signature
 
ULONG Checksum
 
PDISKENTRY DiskEntry
 
CM_DISK_GEOMETRY_DEVICE_DATA DiskGeometry
 
CM_INT13_DRIVE_PARAMETER Int13DiskData
 
BOOLEAN Recognized
 

Detailed Description

Definition at line 136 of file partlist.h.

Member Data Documentation

◆ AdapterNumber

ULONG _BIOSDISKENTRY::AdapterNumber

Definition at line 139 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ Checksum

ULONG _BIOSDISKENTRY::Checksum

Definition at line 143 of file partlist.h.

Referenced by AddDiskToList(), and DiskIdentifierQueryRoutine().

◆ ControllerNumber

ULONG _BIOSDISKENTRY::ControllerNumber

Definition at line 140 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ DiskEntry

PDISKENTRY _BIOSDISKENTRY::DiskEntry

Definition at line 144 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ DiskGeometry

CM_DISK_GEOMETRY_DEVICE_DATA _BIOSDISKENTRY::DiskGeometry

Definition at line 145 of file partlist.h.

Referenced by DiskConfigurationDataQueryRoutine().

◆ DiskNumber

ULONG _BIOSDISKENTRY::DiskNumber

Definition at line 141 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ Int13DiskData

CM_INT13_DRIVE_PARAMETER _BIOSDISKENTRY::Int13DiskData

Definition at line 146 of file partlist.h.

◆ ListEntry

LIST_ENTRY _BIOSDISKENTRY::ListEntry

Definition at line 138 of file partlist.h.

◆ Recognized

BOOLEAN _BIOSDISKENTRY::Recognized

Definition at line 140 of file diskpart.h.

Referenced by AddDiskToList().

◆ Signature

ULONG _BIOSDISKENTRY::Signature

Definition at line 142 of file partlist.h.

Referenced by AddDiskToList(), and DiskIdentifierQueryRoutine().


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