ReactOS 0.4.16-dev-1528-g28b3562
_DISK_INFORMATION Struct Reference

#include <scsi.h>

Collaboration diagram for _DISK_INFORMATION:

Public Attributes

PDEVICE_OBJECT DeviceObject
 
ULONG SectorSize
 
DISK_GEOMETRY_EX DiskGeometry
 
PUCHAR Buffer
 
ULONGLONG SectorCount
 
UCHAR Length [2]
 
UCHAR DiskStatus:2
 
UCHAR LastSessionStatus:2
 
UCHAR Erasable:1
 
UCHAR Reserved1:3
 
UCHAR FirstTrackNumber
 
UCHAR NumberOfSessions
 
UCHAR LastSessionFirstTrack
 
UCHAR LastSessionLastTrack
 
UCHAR Reserved2:5
 
UCHAR GEN:1
 
UCHAR DBC_V:1
 
UCHAR DID_V:1
 
UCHAR DiskType
 
UCHAR Reserved3 [3]
 
UCHAR DiskIdentification [4]
 
UCHAR LastSessionLeadIn [4]
 
UCHAR LastPossibleStartTime [4]
 
UCHAR DiskBarCode [8]
 
UCHAR Reserved4
 
UCHAR NumberOPCEntries
 
OPC_TABLE_ENTRY OPCTable [0]
 

Detailed Description

Definition at line 17 of file fstubex.c.

Member Data Documentation

◆ Buffer

PUCHAR _DISK_INFORMATION::Buffer

Definition at line 22 of file fstubex.c.

Referenced by FstubAllocateDiskInformation(), FstubCreateDiskMBR(), and FstubCreateDiskRaw().

◆ DBC_V

UCHAR _DISK_INFORMATION::DBC_V

Definition at line 2229 of file scsi.h.

◆ DeviceObject

PDEVICE_OBJECT _DISK_INFORMATION::DeviceObject

Definition at line 19 of file fstubex.c.

Referenced by FstubAllocateDiskInformation(), FstubCreateDiskMBR(), and FstubCreateDiskRaw().

◆ DID_V

UCHAR _DISK_INFORMATION::DID_V

Definition at line 2230 of file scsi.h.

◆ DiskBarCode

UCHAR _DISK_INFORMATION::DiskBarCode[8]

Definition at line 2236 of file scsi.h.

◆ DiskGeometry

DISK_GEOMETRY_EX _DISK_INFORMATION::DiskGeometry

Definition at line 21 of file fstubex.c.

Referenced by FstubAllocateDiskInformation().

◆ DiskIdentification

UCHAR _DISK_INFORMATION::DiskIdentification[4]

Definition at line 2233 of file scsi.h.

◆ DiskStatus

UCHAR _DISK_INFORMATION::DiskStatus

Definition at line 2219 of file scsi.h.

◆ DiskType

UCHAR _DISK_INFORMATION::DiskType

Definition at line 2231 of file scsi.h.

◆ Erasable

UCHAR _DISK_INFORMATION::Erasable

Definition at line 2221 of file scsi.h.

◆ FirstTrackNumber

UCHAR _DISK_INFORMATION::FirstTrackNumber

Definition at line 2223 of file scsi.h.

◆ GEN

UCHAR _DISK_INFORMATION::GEN

Definition at line 2228 of file scsi.h.

◆ LastPossibleStartTime

UCHAR _DISK_INFORMATION::LastPossibleStartTime[4]

Definition at line 2235 of file scsi.h.

◆ LastSessionFirstTrack

UCHAR _DISK_INFORMATION::LastSessionFirstTrack

Definition at line 2225 of file scsi.h.

◆ LastSessionLastTrack

UCHAR _DISK_INFORMATION::LastSessionLastTrack

Definition at line 2226 of file scsi.h.

◆ LastSessionLeadIn

UCHAR _DISK_INFORMATION::LastSessionLeadIn[4]

Definition at line 2234 of file scsi.h.

◆ LastSessionStatus

UCHAR _DISK_INFORMATION::LastSessionStatus

Definition at line 2220 of file scsi.h.

◆ Length

UCHAR _DISK_INFORMATION::Length[2]

Definition at line 2218 of file scsi.h.

◆ NumberOfSessions

UCHAR _DISK_INFORMATION::NumberOfSessions

Definition at line 2224 of file scsi.h.

◆ NumberOPCEntries

UCHAR _DISK_INFORMATION::NumberOPCEntries

Definition at line 2238 of file scsi.h.

◆ OPCTable

OPC_TABLE_ENTRY _DISK_INFORMATION::OPCTable[0]

Definition at line 2239 of file scsi.h.

◆ Reserved1

UCHAR _DISK_INFORMATION::Reserved1

Definition at line 2222 of file scsi.h.

◆ Reserved2

UCHAR _DISK_INFORMATION::Reserved2

Definition at line 2227 of file scsi.h.

◆ Reserved3

UCHAR _DISK_INFORMATION::Reserved3[3]

Definition at line 2232 of file scsi.h.

◆ Reserved4

UCHAR _DISK_INFORMATION::Reserved4

Definition at line 2237 of file scsi.h.

◆ SectorCount

ULONGLONG _DISK_INFORMATION::SectorCount

◆ SectorSize


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