TDiskImager
From Ultibo.org
Revision as of 04:13, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
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