ReactOS 0.4.16-dev-1-gcf26321
_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 157 of file partlist.h.

Member Data Documentation

◆ AdapterNumber

ULONG _BIOSDISKENTRY::AdapterNumber

Definition at line 160 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ Checksum

ULONG _BIOSDISKENTRY::Checksum

Definition at line 164 of file partlist.h.

Referenced by AddDiskToList(), and DiskIdentifierQueryRoutine().

◆ ControllerNumber

ULONG _BIOSDISKENTRY::ControllerNumber

Definition at line 161 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ DiskEntry

PDISKENTRY _BIOSDISKENTRY::DiskEntry

Definition at line 165 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ DiskGeometry

CM_DISK_GEOMETRY_DEVICE_DATA _BIOSDISKENTRY::DiskGeometry

Definition at line 166 of file partlist.h.

Referenced by DiskConfigurationDataQueryRoutine().

◆ DiskNumber

ULONG _BIOSDISKENTRY::DiskNumber

Definition at line 162 of file partlist.h.

Referenced by AddDiskToList(), and UpdateHwDiskNumbers().

◆ Int13DiskData

CM_INT13_DRIVE_PARAMETER _BIOSDISKENTRY::Int13DiskData

Definition at line 167 of file partlist.h.

◆ ListEntry

LIST_ENTRY _BIOSDISKENTRY::ListEntry

Definition at line 159 of file partlist.h.

◆ Recognized

BOOLEAN _BIOSDISKENTRY::Recognized

Definition at line 142 of file diskpart.h.

Referenced by AddDiskToList().

◆ Signature

ULONG _BIOSDISKENTRY::Signature

Definition at line 163 of file partlist.h.

Referenced by AddDiskToList(), and DiskIdentifierQueryRoutine().


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