TDiskFormatter

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskFormatter = class(TObject)


Function declarations



[Expand]
constructor TDiskFormatter.Create(ADriver:TFileSysDriver; ARecognizer:TRecognizer);
Description: To be documented


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


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


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


[Expand]
function TDiskFormatter.FillSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; AValue:Byte):Boolean;
Description: Fill specified number of sectors with the supplied value


[Expand]
function TDiskFormatter.ReadSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; var ABuffer):Boolean;
Description: Read Sectors from the Volume using Cache


[Expand]
function TDiskFormatter.WriteSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; const ABuffer):Boolean;
Description: Write Sectors to the Volume using Cache


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


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


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


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


[Expand]
function TDiskFormatter.AcceptVolume(AVolume:TDiskVolume; AFloppyType:TFloppyType; AFileSysType:TFileSysType):Boolean;
Description: Check if the Volume can be accepted for Format


[Expand]
function TDiskFormatter.FormatVolume(AVolume:TDiskVolume; AFloppyType:TFloppyType; AFileSysType:TFileSysType):Boolean;
Description: Format the specified Volume


Return to Unit Reference