TCDFSResizer

From Ultibo.org
Revision as of 00:28, 1 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit CDFS __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")

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

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