TVirtualDiskVboxExtent

From Ultibo.org
Revision as of 06:06, 1 June 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit VirtualDisk __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsib...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit VirtualDisk


Description


To be documented

Class definitions



TVirtualDiskVboxExtent = class(TVirtualDiskExtent)

constructor Create(AImage:TVirtualDiskImage; ADelta,AParent:TVirtualDiskExtent);  
destructor Destroy; override;  
private
FHeader:PVboxDiskHeader; Header from Disk Extent
 
FHeaderOffset:Int64; Absolute byte offset of Header in file
FHeaderSize:LongWord; Size of Header in file
protected
FTable:TVirtualDiskVboxTable; VirtualBox images contain only one Table per Extent
public
property Header:PVboxDiskHeader read FHeader;  
property Table:TVirtualDiskVboxTable read FTable;  
 
property HeaderOffset:Int64 read FHeaderOffset write FHeaderOffset;  
property HeaderSize:LongWord read FHeaderSize write FHeaderSize;  


Function declarations



constructor TVirtualDiskVboxExtent.Create(AImage:TVirtualDiskImage; ADelta,AParent:TVirtualDiskExtent);
Description: To be documented
Note None documented


destructor TVirtualDiskVboxExtent.Destroy;
Description: To be documented
Note None documented


Return to Unit Reference