TNTFSAttributeIndex
From Ultibo.org
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSAttributeIndex = class(TNTFSDiskIndex)
Function declarations
[Expand]
function TNTFSAttributeIndex.Find(AValue:Pointer; ASize:Word; ACurrent:TNTFSAttributeKey):TNTFSAttributeKey;
Description: To be documented
[Expand]
function TNTFSAttributeIndex.CreateBlank:TBtreeObject;
Description: Create a blank key when a node is added (Split/Empty)
[Expand]
function TNTFSAttributeIndex.Compare(AEntry1,AEntry2:TBtreeObject):Integer;
Description: To be documented
[Expand]
function TNTFSAttributeIndex.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 TNTFSAttributeIndex.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 TNTFSAttributeIndex.GetKeyByFileName(const AFileName:String):TNTFSDiskKey;
Description: To be documented
[Expand]
function TNTFSAttributeIndex.NewKeyByAttribute(AAttribute:TNTFSDiskAttribute):TNTFSDiskKey;
Description: To be documented
[Expand]
function TNTFSAttributeIndex.GetKeyByAttribute(AAttribute:TNTFSDiskAttribute):TNTFSDiskKey;
Description: To be documented
[Expand]
function TNTFSAttributeIndex.FindKey(AValue:Pointer;ASize:Word):TNTFSDiskKey;
Description: To be documented
Return to Unit Reference