TDiskImager
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TDiskImager = class(TObject)
Function declarations
[Expand]
constructor TDiskImager.Create(ADriver:TFileSysDriver; ARecognizer:TRecognizer);
Description: To be documented
[Expand]
function TDiskImager.AcceptImage(AImage:TDiskImage; const AName:String; AImageType:TImageType; AMediaType:TMediaType; AFloppyType:TFloppyType; AAttributes:LongWord; ASectorSize:Word; const ASectorCount:Int64):Boolean;
Description: To be documented
[Expand]
function TDiskImager.CreateImage(AImage:TDiskImage; const AName:String; AImageType:TImageType; AMediaType:TMediaType; AFloppyType:TFloppyType; AAttributes:LongWord; ASectorSize:Word; const ASectorCount:Int64; ACylinders,AHeads,ASectors:LongWord; APartitionId:Byte):Integer;
Description: To be documented
[Expand]
function TDiskImager.OpenImage(AImage:TDiskImage; const AName:String; AImageType:TImageType; AMediaType:TMediaType; AFloppyType:TFloppyType; AAttributes:LongWord; ASectorSize:Word; const ASectorCount:Int64; ACylinders,AHeads,ASectors:LongWord; APartitionId:Byte):Integer;
Description: To be documented
[Expand]
function TDiskImager.AcceptSnapshot(AImage:TDiskImage):Boolean;
Description: To be documented
[Expand]
function TDiskImager.CreateSnapshot(AImage:TDiskImage):Boolean;
Description: To be documented
[Expand]
function TDiskImager.DeleteSnapshot(AImage:TDiskImage):Boolean;
Description: To be documented
[Expand]
function TDiskImager.MergeSnapshot(AImage:TDiskImage):Boolean;
Description: To be documented
Return to Unit Reference