TNTFSAttributeKey

From Ultibo.org
Jump to: navigation, search

Return to Unit NTFSClass


Description


To be documented

Class definitions



[Expand]

TNTFSAttributeKey = class(TNTFSDiskKey)


Function declarations



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


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


[Expand]
function TNTFSAttributeKey.GetInvalid:Boolean;
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetInvalid(AValue:Boolean);
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetKeySize(ASize:Word);
Description: To be documented


[Expand]
procedure TNTFSAttributeKey.SetAttribute(AAttribute:TNTFSDiskAttribute);
Description: To be documented


[Expand]
function TNTFSAttributeKey.UpdateKey:Boolean;
Description: To be documented


[Expand]
function TNTFSAttributeKey.RecordNumber:Int64;
Description: To be documented


[Expand]
function TNTFSAttributeKey.CalculatedSize(AVersion:Word):Word;
Description: Calculated Size includes any rounding required for alignment


[Expand]
function TNTFSAttributeKey.ReadKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Read the index entry from the supplied buffer at the supplied offset


[Expand]
function TNTFSAttributeKey.WriteKey(ABuffer:Pointer; var AOffset,ASize:LongWord; AVersion:Word):Boolean;
Description: Write the index entry to the supplied buffer at the supplied offset


Return to Unit Reference