TDiskDrive

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskDrive = class(TListObject)


Function declarations



[Expand]
constructor TDiskDrive.Create(ADriver:TFileSysDriver; AVolume:TDiskVolume; ADriveNo:Integer);
Description: To be documented


[Expand]
destructor TDiskDrive.Destroy;
Description: To be documented


[Expand]
function TDiskDrive.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.GetName:String;
Description: To be documented


[Expand]
function TDiskDrive.GetRoot:String;
Description: To be documented


[Expand]
function TDiskDrive.GetParent:String;
Description: To be documented


[Expand]
function TDiskDrive.GetMaxFile:Integer;
Description: Get MaxFile from FileSystem if Mounted


[Expand]
function TDiskDrive.GetMaxPath:Integer;
Description: Get MaxPath from FileSystem if Mounted


[Expand]
function TDiskDrive.GetAttributes:LongWord;
Description: Get Attributes from FileSystem if Mounted


[Expand]
function TDiskDrive.GetSystemName:String;
Description: Get SystemName from FileSystem if Mounted


[Expand]
function TDiskDrive.GetVolumeName:String;
Description: Get VolumeName from FileSystem if Mounted


[Expand]
function TDiskDrive.GetVolumeGUID:String;
Description: Get VolumeGUID from FileSystem if Mounted


[Expand]
function TDiskDrive.GetVolumeSerial:LongWord;
Description: Get VolumeSerial from FileSystem if Mounted


[Expand]
function TDiskDrive.GetDriveType:TDriveType;
Description: Get DriveType from Volume or Drive


[Expand]
function TDiskDrive.GetFileSysType:TFileSysType;
Description: Get FileSysType from FileSystem if Mounted


[Expand]
procedure TDiskDrive.SetFileSystem(AFileSystem:TFileSystem);
Description: Set the FileSystem and Reinitialize the Drive


[Expand]
function TDiskDrive.GetRemovable:Boolean;
Description: Get the Removable flag from Volume or Drive


[Expand]
function TDiskDrive.GetRecognizable:Boolean;
Description: Get the Recognizable flag from Volume or Drive


[Expand]
function TDiskDrive.GetRecognized:Boolean;
Description: Get the Recognized flag from Volume or Drive


[Expand]
function TDiskDrive.GetSectorSize:Word;
Description: Get SectorSize from FileSystem (Mounted) or Volume/Drive (Not Mounted)


[Expand]
function TDiskDrive.GetStartSector:Int64;
Description: Get StartSector from FileSystem (Mounted) or Volume/Drive (Not Mounted)


[Expand]
function TDiskDrive.GetSectorCount:LongWord;
Description: Get SectorCount from FileSystem (Mounted) or Volume/Drive (Not Mounted)


[Expand]
function TDiskDrive.GetSectorShiftCount:Word;
Description: To be documented


[Expand]
function TDiskDrive.GetDevice:TDiskDevice;
Description: To be documented


[Expand]
function TDiskDrive.GetPartition:TDiskPartition;
Description: To be documented


[Expand]
function TDiskDrive.ReaderLock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.ReaderUnlock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.WriterLock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.WriterUnlock:Boolean;
Description: To be documented


[Expand]
function TDiskDrive.DriveInit:Boolean;
Description: To be documented


Return to Unit Reference