TNTFSPaddedIndex
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...")
Return to Unit NTFSClass
Description
To be documented
Class definitions
[Expand]
TNTFSPaddedIndex = class(TNTFSDataIndex)
Function declarations
[Expand]
function TNTFSPaddedIndex.CreateBlank:TBtreeObject;
Description: Create a blank key when a node is added (Split/Empty)
[Expand]
function TNTFSPaddedIndex.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 TNTFSPaddedIndex.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 TNTFSPaddedIndex.NewKeyEx(AKey,AData,APadding:Pointer; AKeySize,ADataSize,APaddingSize:Word):TNTFSDiskKey;
Description: Create a key with the supplied data do not insert in index or mark as added
Return to Unit Reference