Difference between revisions of "TCDFSResizer"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit CDFS __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
 
(No difference)

Latest revision as of 00:28, 1 May 2018

Return to Unit CDFS


Description


To be documented

Class definitions



[Expand]

TCDFSResizer = class(TDiskResizer)


Function declarations



[Expand]
function TCDFSResizer.AcceptVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TCDFSResizer.ShrinkVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: To be documented


[Expand]
function TCDFSResizer.ExpandVolume(AVolume:TDiskVolume; const AStart,ASize:Int64):Boolean;
Description: To be documented


Return to Unit Reference