TDiskResizer
From Ultibo.org
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]
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