TNTFSDataIndex

From Ultibo.org
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