TNTFSDataIndex

From Ultibo.org
Revision as of 05:51, 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]

TNTFSDataIndex = class(TNTFSDiskIndex)


Function declarations



[Expand]
function TNTFSDataIndex.CompareSecurityDescriptor(AHash1,AHash2,ASecurityId:LongWord; ADescriptor:Pointer; ASize:Word):Integer;
Description: To be documented


[Expand]
function TNTFSDataIndex.Find(AValue:Pointer; ASize:Word; ACurrent:TNTFSDataKey):TNTFSDataKey;
Description: To be documented


[Expand]
function TNTFSDataIndex.FindEx(AValue:Pointer; ASize:Word; AHash:LongWord; ACurrent:TNTFSDataKey):TNTFSDataKey;
Description: To be documented


[Expand]
function TNTFSDataIndex.CreateBlank:TBtreeObject;
Description: Create a blank key when a node is added (Split/Empty)


[Expand]
function TNTFSDataIndex.Compare(AEntry1,AEntry2:TBtreeObject):Integer;
Description: To be documented


[Expand]
function TNTFSDataIndex.CreateKey(ANode:TNTFSDiskNode; ABlank:Boolean):TNTFSDiskKey;
Description: Create a key in the supplied node do not insert in index or mark as added


[Expand]
function TNTFSDataIndex.NewKey(AKey,AData:Pointer; AKeySize,ADataSize:Word):TNTFSDiskKey;
Description: Create a key with the supplied data do not insert in index or mark as added


[Expand]
function TNTFSDataIndex.FindKey(AValue:Pointer; ASize:Word):TNTFSDiskKey;
Description: To be documented


Return to Unit Reference