TVirtualDiskVmwareImage

From Ultibo.org
Jump to: navigation, search

Return to Unit VirtualDisk


Description


To be documented

Class definitions



[Expand]

TVirtualDiskVmwareImage = class(TVirtualDiskImage)


Function declarations



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


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


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


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


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


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


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


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


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


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


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


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


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


[Expand]
function TVirtualDiskVmwareImage.LoadDescriptor(const AFilename:String):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVmwareImage.AddDescriptor(const AFilename:String):TVirtualDiskVmwareExtent;
Description: To be documented


[Expand]
function TVirtualDiskVmwareImage.RemoveDescriptor(AExtent:TVirtualDiskVmwareExtent):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVmwareImage.SetDescriptor(AExtent:TVirtualDiskVmwareExtent):Boolean;
Description: To be documented


[Expand]
function TVirtualDiskVmwareImage.GetDescriptor:TVirtualDiskVmwareExtent;
Description: To be documented


[Expand]
function TVirtualDiskVmwareImage.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 TVirtualDiskVmwareImage.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 TVirtualDiskVmwareImage.CloseImage:Boolean;
Description: To be documented


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


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


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


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


Return to Unit Reference