TVirtualDiskVboxImage

From Ultibo.org
Jump to: navigation, search

Return to Unit VirtualDisk


Description


To be documented

Class definitions



[Expand]

TVirtualDiskVboxImage = class(TVirtualDiskImage)


Function declarations



[Expand]
constructor TVirtualDiskVboxImage.Create(ADriver:TFileSysDriver; AController:TDiskController; const AName:String; AImageNo:Integer);
Description: To be documented


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


[Expand]
function TVirtualDiskVboxImage.GetAttributes:LongWord;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetReady:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetCylinders:LongWord;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetHeads:LongWord;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetSectors:LongWord;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetSectorSize:Word;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetSectorCount:Int64;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.ReadExtent(AExtent:TVirtualDiskExtent; ASector:LongWord; ACount:Word; var ABuffer):Word;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.WriteExtent(AExtent:TVirtualDiskExtent; ASector:LongWord; ACount:Word; const ABuffer):Word;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.LoadExtents:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.CheckExtent(ADelta,AParent:TVirtualDiskExtent; const AFilename:String):Boolean;
Description: Check that the passed file is a valid VirtualBox extent


[Expand]
function TVirtualDiskVboxImage.LoadExtent(ADelta,AParent:TVirtualDiskExtent; const AFilename:String):TVirtualDiskExtent;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.AddExtent(AParent:TVirtualDiskExtent; const AFilename:String):TVirtualDiskExtent;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.SetExtent(AExtent:TVirtualDiskExtent):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.GetExtent(const ASector:Int64; AWrite,ALock:Boolean):TVirtualDiskExtent;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.LoadTables:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.LoadTable(AExtent:TVirtualDiskExtent; ATableNo:LongWord):TVirtualDiskTable;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.AddTable(AExtent:TVirtualDiskExtent):TVirtualDiskTable;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.SetTable(ATable:TVirtualDiskTable):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.LocateDelta(AExtent:TVirtualDiskExtent):String;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.LocateParent(AExtent:TVirtualDiskExtent):String;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.ImageInit:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.Read(ASector:LongWord; ACount:Word; var ABuffer):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.Write(ASector:LongWord; ACount:Word; const ABuffer):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.Allocated(ASector:LongWord; ACount:Word):Word;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.CreateImage(AMediaType:TMediaType; AFloppyType:TFloppyType; AAttributes:LongWord; ASectorSize:Word; const ASectorCount:Int64; ACylinders,AHeads,ASectors:LongWord; APartitionId:Byte):Integer;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.OpenImage(AMediaType:TMediaType; AFloppyType:TFloppyType; AAttributes:LongWord; ASectorSize:Word; const ASectorCount:Int64; ACylinders,AHeads,ASectors:LongWord; APartitionId:Byte):Integer;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.CloseImage:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.ResizeImage(const ASectorCount:Int64):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.CreateSnapshot:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.DeleteSnapshot:Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVboxImage.MergeSnapshot:Boolean;
Description: To be documented


Return to Unit Reference