TNTFSDiskRun
From Ultibo.org
Revision as of 05:59, 24 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit NTFSClass __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSDiskRun = class(TListObject)
Function declarations
[Expand]
constructor TNTFSDiskRun.Create(ALocalLock:TMutexHandle; AAttribute:TNTFSDiskAttribute);
Description: To be documented
[Expand]
function TNTFSDiskRun.GetSuccessor:TNTFSDiskRun;
Description: Get the Next non Sparse and non Last run in the list
[Expand]
function TNTFSDiskRun.GetPredecessor:TNTFSDiskRun;
Description: Get the Previous non Sparse and non Last run in the list
[Expand]
function TNTFSDiskRun.ReadRun(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Read the run data from the supplied buffer at the supplied offset
[Expand]
function TNTFSDiskRun.WriteRun(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Write the run data to the supplied buffer at the supplied offset
Return to Unit Reference