TDiskResizer

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TDiskResizer = class(TObject)


Function declarations



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


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


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


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


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


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


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


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


[Expand]
function TDiskResizer.AcceptVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.ShrinkVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: Caller must hold the volume writer lock


[Expand]
function TDiskResizer.ExpandVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.AcceptPartition(APartition:TDiskPartition; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.ShrinkPartition(APartition:TDiskPartition; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.ExpandPartition(APartition:TDiskPartition; const AStart,ASize:Int64):Boolean;
Description: Caller must hold the partition writer lock


[Expand]
function TDiskResizer.AcceptImage(AImage:TDiskImage; const ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.ShrinkImage(AImage:TDiskImage; const ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TDiskResizer.ExpandImage(AImage:TDiskImage; const ASize:Int64):Boolean;
Description: To be documented


Return to Unit Reference