TVirtualDiskVmwareImage
From Ultibo.org
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]
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.ResizeImage(const ASectorCount:Int64):Boolean;
Description: To be documented
Return to Unit Reference