TNTFSIndexRootAttribute

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSIndexRootAttribute = class(TNTFSDiskAttribute)


Function declarations



[Expand]
constructor TNTFSIndexRootAttribute.Create(ALocalLock:TMutexHandle; AParent:TNTFSDiskRecord);
Description: To be documented


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


[Expand]
function TNTFSIndexRootAttribute.CreateIndex(AVersion,ASector:Word):Boolean;
Description: Create an index setup properties do not update Attribute


[Expand]
function TNTFSIndexRootAttribute.NewIndex(AVersion,ASector:Word; AType,ARule,ASize,AOffset:LongWord):Boolean;
Description: Setup parameters and create an index


[Expand]
function TNTFSIndexRootAttribute.CalculatedStreamSize(AVersion:Word):Int64;
Description: To be documented


[Expand]
function TNTFSIndexRootAttribute.ReadData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Read the resident attribute data from the supplied buffer at the supplied offset


[Expand]
function TNTFSIndexRootAttribute.WriteData(ABuffer:Pointer; var AOffset:LongWord; AVersion:Word):Boolean;
Description: Write the resident attribute data to the supplied buffer at the supplied offset


Return to Unit Reference