TNTFSReparse

From Ultibo.org
Revision as of 06:23, 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...")

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

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSReparse = class(TDiskReparse)


Function declarations



[Expand]
constructor TNTFSReparse.Create(ALocalLock:TMutexHandle; AAttribute:TNTFSDiskAttribute);
Description: To be documented


[Expand]
destructor TNTFSReparse.Destroy;
Description: To be documented


[Expand]
procedure TNTFSReparse.SetData(AData:Pointer);
Description: To be documented


[Expand]
function TNTFSReparse.GetDataSize:Word;
Description: To be documented


[Expand]
procedure TNTFSReparse.SetDataSize(ASize:Word);
Description: To be documented


[Expand]
function TNTFSReparse.CalculatedSize(AVersion:Word):Word;
Description: To be documented


[Expand]
function TNTFSReparse.ReadReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the reparse point data from the supplied buffer at the supplied offset


[Expand]
function TNTFSReparse.WriteReparse(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the reparse point data to the supplied buffer at the supplied offset


Return to Unit Reference